Unverified Commit 69a51221 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

committed: 1.1.7 -> 1.1.8 (#463982)

parents fec76672 0563e1a5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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