Skip to content

Commit 50df425

Browse files
authored
jujutsu: 0.27.0 -> 0.28.1 (#396202)
2 parents 42a1c96 + b994d82 commit 50df425

File tree

2 files changed

+3
-60
lines changed

2 files changed

+3
-60
lines changed

pkgs/by-name/ju/jujutsu/libgit2-1.9.0.patch

Lines changed: 0 additions & 52 deletions
This file was deleted.

pkgs/by-name/ju/jujutsu/package.nix

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}:
2020

2121
let
22-
version = "0.27.0";
22+
version = "0.28.1";
2323
in
2424

2525
rustPlatform.buildRustPackage {
@@ -30,17 +30,12 @@ rustPlatform.buildRustPackage {
3030
owner = "jj-vcs";
3131
repo = "jj";
3232
tag = "v${version}";
33-
hash = "sha256-fBgJrSglH46+NHu3spk5mC51ASDHWnOoW6veKZ0R2YA=";
33+
hash = "sha256-LDMHMFg9fjEMi8I2Fc3TEyWMctqJurAbckubCgkkZiM=";
3434
};
3535

3636
useFetchCargoVendor = true;
3737

38-
cargoPatches = [
39-
# <https://github.com/jj-vcs/jj/pull/5315>
40-
./libgit2-1.9.0.patch
41-
];
42-
43-
cargoHash = "sha256-35DJdAUXc2gb/EXECScwinSzzp7uaxFbUxedjqRGfj8=";
38+
cargoHash = "sha256-y/GQSzI7bVPieuAmQKdZY1qticmmRYibBtgXSEJ7dU4=";
4439

4540
nativeBuildInputs = [
4641
installShellFiles

0 commit comments

Comments
 (0)