hck: 0.11.1 -> 0.11.4 (#389924)

Co-authored-by: gepbird <gutyina.gergo.2@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-14 20:49:33 +00:00
committed by GitHub
co-authored by gepbird
+3 -3
View File
@@ -7,17 +7,17 @@
rustPlatform.buildRustPackage rec {
pname = "hck";
version = "0.11.1";
version = "0.11.4";
src = fetchFromGitHub {
owner = "sstadick";
repo = "hck";
rev = "v${version}";
hash = "sha256-QodwSirWCMQqimzUEcpH7lnCc2k4WIZiqww+kqI1zoU=";
hash = "sha256-XnkLKslZY2nvjO5ZeTIBJ0Y47/JPhfIS/F5KKqm5iwI=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-TxYLfTw/CpU+bFfXYCpRfSk7b/aSNkcUvNaA1EGIFGc=";
cargoHash = "sha256-NKyBC/kD2tq61su7tUsSPQ2Rr4YBYUsotL55aCoFNGw=";
nativeBuildInputs = [ cmake ];