diff options
| author | Thomas Gerbet <thomas@gerbet.me> | 2022-12-28 17:51:55 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-01-13 06:07:06 +0000 |
| commit | 9a4a075548f6882aa0228f30602d9a720c379c37 (patch) | |
| tree | e983c28cf8b1ebfd02d2bfcb3d3a1e9812f72c0a | |
| parent | Merge pull request #203271 from NixOS/backport-203211-to-release-22.11 (diff) | |
| download | nixpkgs-origin/backport-208127-to-release-22.11.tar.gz | |
yubikey-agent: unstable-2022-03-17 -> 0.1.6origin/backport-208127-to-release-22.11
https://github.com/FiloSottile/yubikey-agent/compare/205a7ef2554625c7494038600d963123d6311873...v0.1.6
(cherry picked from commit dfd957c8192967bb5dc3425f4bfb4ebae9dc7646)
| -rw-r--r-- | pkgs/tools/security/yubikey-agent/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/security/yubikey-agent/default.nix b/pkgs/tools/security/yubikey-agent/default.nix index c4a9dfd5b0fd..76f63e58222b 100644 --- a/pkgs/tools/security/yubikey-agent/default.nix +++ b/pkgs/tools/security/yubikey-agent/default.nix @@ -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; |
