From 0563e1a579d4e9f2afba91c6df4b7dd5bbfad103 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 22 Nov 2025 12:27:00 +0000 Subject: [PATCH] committed: 1.1.7 -> 1.1.8 --- pkgs/by-name/co/committed/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/co/committed/package.nix b/pkgs/by-name/co/committed/package.nix index bd306fcbdfb4..92a3992d4428 100644 --- a/pkgs/by-name/co/committed/package.nix +++ b/pkgs/by-name/co/committed/package.nix @@ -9,7 +9,7 @@ libz, }: let - version = "1.1.7"; + version = "1.1.8"; in rustPlatform.buildRustPackage { pname = "committed"; @@ -19,10 +19,10 @@ rustPlatform.buildRustPackage { owner = "crate-ci"; repo = "committed"; tag = "v${version}"; - hash = "sha256-8Np7kSLSoZCytQ9RN+kRzUlQa8Lj9F70hbbYNfdgQKI="; + hash = "sha256-JjVF2Qv3gcS1bNAlWLDHthOgtX3J36IDEb45hMFlPYw="; }; - cargoHash = "sha256-gmB2NXxoD9xc24avjWyEFihVVZN1rPggOGwXz/gaZ1c="; + cargoHash = "sha256-W6znChJaDPKdqACDGrVRyEYWKGRinZKLb/21fze2t0c="; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ # Until upstream bumps the libz-sys dependency to >= 1.1.15 the build fails on unstable