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 f06208e + 90e9d42 commit 7470777Copy full SHA for 7470777
pkgs/by-name/hc/hck/package.nix
@@ -7,16 +7,16 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "hck";
10
- version = "0.11.0";
+ version = "0.11.1";
11
12
src = fetchFromGitHub {
13
owner = "sstadick";
14
repo = pname;
15
rev = "v${version}";
16
- hash = "sha256-ZzmInCx75IjNQBQmattc7JZwtD6zGYCQ4eTgDFz2L00=";
+ hash = "sha256-QodwSirWCMQqimzUEcpH7lnCc2k4WIZiqww+kqI1zoU=";
17
};
18
19
- cargoHash = "sha256-BPLhdbC5XFsRfvObaEa4nmYWCN1FxbJzmgZK1JpBcLQ=";
+ cargoHash = "sha256-AUOaWtchrjFw/gpU9C3H0nu0NLmldV4xzwM/EcY+CWk=";
20
21
nativeBuildInputs = [ cmake ];
22
0 commit comments