Unverified Commit 4bb37b89 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

jujutsu: 0.22.0 -> 0.23.0 (#354139)

parents 63618b30 5d18dacc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
}:

let
  version = "0.22.0";
  version = "0.23.0";
in

rustPlatform.buildRustPackage {
@@ -32,10 +32,10 @@ rustPlatform.buildRustPackage {
    owner = "martinvonz";
    repo = "jj";
    rev = "v${version}";
    hash = "sha256-GbKmX1Ev/8di3A1XT5ZIRjzn2zP6DMye2NpA26PGVIs=";
    hash = "sha256-NCeD+WA3uVl4l/KKFDtdG8+vpm10Y3rEAf8kY6SP0yo=";
  };

  cargoHash = "sha256-+3oO2M2293Nba6P8bejgZD5OxgCpkIRdcPICDswJyEU=";
  cargoHash = "sha256-lnfh9zMMZfHhYY7kgmxuqZwoEQxiInjmHjzLabbUijU=";

  nativeBuildInputs = [
    installShellFiles