We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 889d0b3 + 0e48c6f commit f8dbbfcCopy full SHA for f8dbbfc
pkgs/tools/security/yubihsm-shell/default.nix
@@ -16,13 +16,13 @@
16
17
stdenv.mkDerivation rec {
18
pname = "yubihsm-shell";
19
- version = "2.5.0";
+ version = "2.6.0";
20
21
src = fetchFromGitHub {
22
owner = "Yubico";
23
repo = "yubihsm-shell";
24
rev = version;
25
- hash = "sha256-QTDFL/UTnnG0TuojJ0eVKw8fNEqZz86CXWb6uHvzUbs=";
+ hash = "sha256-0IsdIhuKpzfArVB4xBaxCPqtk0fKWb6RuGImUj1E4Zs=";
26
};
27
28
postPatch = ''
@@ -70,5 +70,7 @@ stdenv.mkDerivation rec {
70
homepage = "https://github.com/Yubico/yubihsm-shell";
71
maintainers = with maintainers; [ matthewcroughan ];
72
license = licenses.asl20;
73
+ platforms = platforms.all;
74
+ broken = stdenv.hostPlatform.isDarwin;
75
76
}
0 commit comments