Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cargo-zigbuild: 0.17.4 -> 0.17.5

Diff: https://github.com/messense/cargo-zigbuild/compare/v0.17.4...v0.17.5

Changelog: https://github.com/messense/cargo-zigbuild/releases/tag/v0.17.5

figsoda 5f7e9ef7 ec726b69

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-zigbuild/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-zigbuild"; 5 - version = "0.17.4"; 5 + version = "0.17.5"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "messense"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-7XY2hFmc4Vqh8fVCSrpQkoXZKZxX3kqppIDGc3T7qRw="; 11 + hash = "sha256-x0TPbqwoCaXUlrjYQ47+x5KohsiK5yCrI2Q8yA2K8Zs="; 12 12 }; 13 13 14 - cargoHash = "sha256-a/WRXiTSmQyAlxXqeFUWWSPFbHKL7Sifv2CW7rgbLWk="; 14 + cargoHash = "sha256-FK6tTAbhP1f4VasG9HCahbMTDrJ9A6zXt/T6cs3HOZE="; 15 15 16 16 nativeBuildInputs = [ makeWrapper ]; 17 17