lol

Merge pull request #277830 from r-ryantm/auto-update/yubico-piv-tool

yubico-piv-tool: 2.4.1 -> 2.4.2

authored by

Stanisław Pitucha and committed by
GitHub
c0b4ada2 d3749d50

+2 -2
+2 -2
pkgs/tools/misc/yubico-piv-tool/default.nix
··· 17 17 18 18 stdenv.mkDerivation (finalAttrs: { 19 19 pname = "yubico-piv-tool"; 20 - version = "2.4.1"; 20 + version = "2.4.2"; 21 21 22 22 outputs = [ "out" "dev" "man" ]; 23 23 ··· 25 25 owner = "Yubico"; 26 26 repo = "yubico-piv-tool"; 27 27 rev = "refs/tags/yubico-piv-tool-${finalAttrs.version}"; 28 - hash = "sha256-KprY5BX7Fi/qWRT1pda9g8fqnmDB1Bh7oFM7sCwViuw="; 28 + hash = "sha256-viTPLg5vakDQEs8ggQro10nNMbQC4CSKEE34d/Ba/V8="; 29 29 }; 30 30 31 31 postPatch = ''