Merge pull request #176281 from pub-solar/fix/use-latest-unstable-yubikey-agent
yubikey-agent: 0.1.5 -> unstable-2022-03-17
This commit is contained in:
commit
0680114755
1 changed files with 5 additions and 5 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "yubikey-agent";
|
pname = "yubikey-agent";
|
||||||
version = "0.1.5";
|
|
||||||
|
|
||||||
|
version = "unstable-2022-03-17";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "FiloSottile";
|
owner = "FiloSottile";
|
||||||
repo = pname;
|
repo = "yubikey-agent";
|
||||||
rev = "v${version}";
|
rev = "205a7ef2554625c7494038600d963123d6311873";
|
||||||
sha256 = "14s61jgcmpqh70jz0krrai8xg0xqhwmillxkij50vbsagpxjssk6";
|
sha256 = "sha256-wJpN63KY5scmez6yYFsIr3JLEUB+YSl/XvoatIIeRI0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
@ -21,7 +21,7 @@ buildGoModule rec {
|
||||||
substituteInPlace main.go --replace 'notify-send' ${libnotify}/bin/notify-send
|
substituteInPlace main.go --replace 'notify-send' ${libnotify}/bin/notify-send
|
||||||
'';
|
'';
|
||||||
|
|
||||||
vendorSha256 = "1v4ccn7ysh8ax1nkf1v9fcgsdnz6zjyh6j6ivyljyfvma1lmcrmk";
|
vendorSha256 = "sha256-SnjbkDPVjAnCbM2nLqBsuaPZwOmvDTKiUbi/93BlWVQ=";
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue