jujutsu: 0.11.0 -> 0.12.0
Diff: https://github.com/martinvonz/jj/compare/v0.11.0...v0.12.0 Changelog: https://github.com/martinvonz/jj/blob/v0.12.0/CHANGELOG.md Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
parent
0c522f97ab
commit
76cdab5a1d
1 changed files with 3 additions and 3 deletions
|
@ -20,16 +20,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "jujutsu";
|
pname = "jujutsu";
|
||||||
version = "0.11.0";
|
version = "0.12.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "martinvonz";
|
owner = "martinvonz";
|
||||||
repo = "jj";
|
repo = "jj";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-yEW7+0MnJlW0WeZ6UItaCDrihPLA52mLcu15tJwZx9w=";
|
hash = "sha256-9m8GmVIZgHETkemzElXOfVxaZlzJwZaT2sJcTU7vZ2g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-xA9SDq1Kc0u8qFEPFFCic9uwE2Y/BXJzUHBCs1Czxtw=";
|
cargoHash = "sha256-g1gdFGj0nzczR2yyjCdjpCGtFlmX7yrdAQIa3sQRATg=";
|
||||||
|
|
||||||
cargoBuildFlags = [ "--bin" "jj" ]; # don't install the fake editors
|
cargoBuildFlags = [ "--bin" "jj" ]; # don't install the fake editors
|
||||||
useNextest = true; # nextest is the upstream integration framework
|
useNextest = true; # nextest is the upstream integration framework
|
||||||
|
|
Loading…
Reference in a new issue