yubikey-agent: 0.1.5 -> unstable-2022-03-17
`yubikey-agent` is updated to a newer commit. It hasn't received an official release in a while which is why the update is to an "unstable" version. Closes https://github.com/NixOS/nixpkgs/issues/145392 Co-authored-by: teutat3s <10206665+teutat3s@users.noreply.github.com> Co-authored-by: hensoko <hensoko@gssws.de>
This commit is contained in:
parent
068b8c05d3
commit
4995a873a7
1 changed files with 5 additions and 5 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "yubikey-agent";
|
||||
version = "0.1.5";
|
||||
|
||||
version = "unstable-2022-03-17";
|
||||
src = fetchFromGitHub {
|
||||
owner = "FiloSottile";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "14s61jgcmpqh70jz0krrai8xg0xqhwmillxkij50vbsagpxjssk6";
|
||||
repo = "yubikey-agent";
|
||||
rev = "205a7ef2554625c7494038600d963123d6311873";
|
||||
sha256 = "sha256-wJpN63KY5scmez6yYFsIr3JLEUB+YSl/XvoatIIeRI0=";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
|
@ -21,7 +21,7 @@ buildGoModule rec {
|
|||
substituteInPlace main.go --replace 'notify-send' ${libnotify}/bin/notify-send
|
||||
'';
|
||||
|
||||
vendorSha256 = "1v4ccn7ysh8ax1nkf1v9fcgsdnz6zjyh6j6ivyljyfvma1lmcrmk";
|
||||
vendorSha256 = "sha256-SnjbkDPVjAnCbM2nLqBsuaPZwOmvDTKiUbi/93BlWVQ=";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue