yubikey-agent: unstable-2022-03-17 -> 0.1.6

205a7ef255...v0.1.6
This commit is contained in:
Thomas Gerbet 2022-12-28 17:51:55 +01:00
parent 4422059266
commit dfd957c819

View file

@ -3,12 +3,12 @@
buildGoModule rec {
pname = "yubikey-agent";
version = "unstable-2022-03-17";
version = "0.1.6";
src = fetchFromGitHub {
owner = "FiloSottile";
repo = "yubikey-agent";
rev = "205a7ef2554625c7494038600d963123d6311873";
sha256 = "sha256-wJpN63KY5scmez6yYFsIr3JLEUB+YSl/XvoatIIeRI0=";
rev = "v${version}";
sha256 = "sha256-Knk1ipBOzjmjrS2OFUMuxi1TkyDcSYlVKezDWT//ERY=";
};
buildInputs =
@ -21,7 +21,7 @@ buildGoModule rec {
substituteInPlace main.go --replace 'notify-send' ${libnotify}/bin/notify-send
'';
vendorSha256 = "sha256-SnjbkDPVjAnCbM2nLqBsuaPZwOmvDTKiUbi/93BlWVQ=";
vendorSha256 = "sha256-+IRPs3wm3EvIgfQRpzcVpo2JBaFQlyY/RI1G7XfVS84=";
doCheck = false;