Unverified Commit fd698a4a authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

jujutsu: 0.21.0 → 0.22.0 (#345985)

parents e4648199 fc8b56ac
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
}:

let
  version = "0.21.0";
  version = "0.22.0";
in

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

  cargoHash = "sha256-BOO1jP1Y5CNbE97zj+tpariiBdcuxKb1wyvI7i/VpYI=";
  cargoHash = "sha256-+3oO2M2293Nba6P8bejgZD5OxgCpkIRdcPICDswJyEU=";

  nativeBuildInputs = [
    installShellFiles