Skip to content

Commit 7470777

Browse files
hck: 0.11.0 -> 0.11.1 (NixOS#375698)
Co-authored-by: gepbird <[email protected]>
2 parents f06208e + 90e9d42 commit 7470777

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/hc/hck/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
rustPlatform.buildRustPackage rec {
99
pname = "hck";
10-
version = "0.11.0";
10+
version = "0.11.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "sstadick";
1414
repo = pname;
1515
rev = "v${version}";
16-
hash = "sha256-ZzmInCx75IjNQBQmattc7JZwtD6zGYCQ4eTgDFz2L00=";
16+
hash = "sha256-QodwSirWCMQqimzUEcpH7lnCc2k4WIZiqww+kqI1zoU=";
1717
};
1818

19-
cargoHash = "sha256-BPLhdbC5XFsRfvObaEa4nmYWCN1FxbJzmgZK1JpBcLQ=";
19+
cargoHash = "sha256-AUOaWtchrjFw/gpU9C3H0nu0NLmldV4xzwM/EcY+CWk=";
2020

2121
nativeBuildInputs = [ cmake ];
2222

0 commit comments

Comments
 (0)