committed: 1.1.5 -> 1.1.7

This commit is contained in:
R. Ryantm 2025-06-10 08:24:52 +00:00
parent 97629978a0
commit 51455d42d1

View File

@ -9,7 +9,7 @@
libz, libz,
}: }:
let let
version = "1.1.5"; version = "1.1.7";
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "committed"; pname = "committed";
@ -19,11 +19,11 @@ rustPlatform.buildRustPackage {
owner = "crate-ci"; owner = "crate-ci";
repo = "committed"; repo = "committed";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-puv64/btSEkxGNhGGkh2A08gI+EIHWjC+s+QQDKj/ZQ="; hash = "sha256-8Np7kSLSoZCytQ9RN+kRzUlQa8Lj9F70hbbYNfdgQKI=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-fW3TqI26xggUKfzI11YCO8bpotd3aO6pdu1CHhtiShs="; cargoHash = "sha256-gmB2NXxoD9xc24avjWyEFihVVZN1rPggOGwXz/gaZ1c=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
# Until upstream bumps the libz-sys dependency to >= 1.1.15 the build fails on unstable # Until upstream bumps the libz-sys dependency to >= 1.1.15 the build fails on unstable