Unverified Commit 93f83143 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

jujutsu: 0.38.0 -> 0.39.0 (#496634)

parents 95d576bf fa34ae67
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "jujutsu";
  version = "0.38.0";
  version = "0.39.0";

  src = fetchFromGitHub {
    owner = "jj-vcs";
    repo = "jj";
    tag = "v${finalAttrs.version}";
    hash = "sha256-FXbQyKmh/CG/TsRi9yq9L8bVbQ39u6PRLZIet3d/bjA=";
    hash = "sha256-rcmiBDDQaJYpESJt/gWkcitWtcvQosDY9pUbX5YpFjA=";
  };

  cargoHash = "sha256-VvgGnAPCvcBmbP2Aw7tdJcjfo+011u4Pqx1pKiiWISA=";
  cargoHash = "sha256-WqM9NJQIrbu+ynhh1pq9nXjoL30A56vIE2lHi7ZUQoc=";

  nativeBuildInputs = [
    installShellFiles