jujutsu: 0.26.0 -> 0.27.0
Diff: https://github.com/jj-vcs/jj/compare/refs/tags/v0.26.0...refs/tags/v0.27.0 Changelog: https://github.com/jj-vcs/jj/blob/v0.27.0/CHANGELOG.md
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "0.26.0";
|
||||
version = "0.27.0";
|
||||
in
|
||||
|
||||
rustPlatform.buildRustPackage {
|
||||
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage {
|
||||
owner = "jj-vcs";
|
||||
repo = "jj";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-jGy+0VDxQrgNhj+eX06FRhPP31V8QZVAM4j4yBosAGE=";
|
||||
hash = "sha256-fBgJrSglH46+NHu3spk5mC51ASDHWnOoW6veKZ0R2YA=";
|
||||
};
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
@@ -42,7 +42,7 @@ rustPlatform.buildRustPackage {
|
||||
./libgit2-1.9.0.patch
|
||||
];
|
||||
|
||||
cargoHash = "sha256-CtyRekrbRwUvQq2HsFwNo46RCDEGwy9e4ZU8/TwGxSU=";
|
||||
cargoHash = "sha256-35DJdAUXc2gb/EXECScwinSzzp7uaxFbUxedjqRGfj8=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
installShellFiles
|
||||
|
||||
Reference in New Issue
Block a user