Skip to content

Commit f8dbbfc

Browse files
authored
yubihsm-shell: 2.5.0 -> 2.6.0 (#348493)
2 parents 889d0b3 + 0e48c6f commit f8dbbfc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/tools/security/yubihsm-shell/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
stdenv.mkDerivation rec {
1818
pname = "yubihsm-shell";
19-
version = "2.5.0";
19+
version = "2.6.0";
2020

2121
src = fetchFromGitHub {
2222
owner = "Yubico";
2323
repo = "yubihsm-shell";
2424
rev = version;
25-
hash = "sha256-QTDFL/UTnnG0TuojJ0eVKw8fNEqZz86CXWb6uHvzUbs=";
25+
hash = "sha256-0IsdIhuKpzfArVB4xBaxCPqtk0fKWb6RuGImUj1E4Zs=";
2626
};
2727

2828
postPatch = ''
@@ -70,5 +70,7 @@ stdenv.mkDerivation rec {
7070
homepage = "https://github.com/Yubico/yubihsm-shell";
7171
maintainers = with maintainers; [ matthewcroughan ];
7272
license = licenses.asl20;
73+
platforms = platforms.all;
74+
broken = stdenv.hostPlatform.isDarwin;
7375
};
7476
}

0 commit comments

Comments
 (0)