Skip to content

Commit 32e718f

Browse files
mfrwthoughtpolice
authored andcommitted
jujutsu: 0.12.0 -> 0.13.0
Diff: jj-vcs/jj@v0.12.0...v0.13.0 Changelog: https://github.com/martinvonz/jj/blob/v0.13.0/CHANGELOG.md Signed-off-by: Muhammad Falak R Wani <[email protected]>
1 parent 3619ba1 commit 32e718f

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/version-management/jujutsu

1 file changed

+3
-3
lines changed

pkgs/applications/version-management/jujutsu/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020

2121
rustPlatform.buildRustPackage rec {
2222
pname = "jujutsu";
23-
version = "0.12.0";
23+
version = "0.13.0";
2424

2525
src = fetchFromGitHub {
2626
owner = "martinvonz";
2727
repo = "jj";
2828
rev = "v${version}";
29-
hash = "sha256-9m8GmVIZgHETkemzElXOfVxaZlzJwZaT2sJcTU7vZ2g=";
29+
hash = "sha256-UFe4hVzn/jN22KtTuTcyNpseJdgIkmh9/eAJdSObfYU=";
3030
};
3131

32-
cargoHash = "sha256-g1gdFGj0nzczR2yyjCdjpCGtFlmX7yrdAQIa3sQRATg=";
32+
cargoHash = "sha256-WY8egnsyCuTLHd2Jnw+RLNd2LUOorHlnHVGLxtR5exQ=";
3333

3434
cargoBuildFlags = [ "--bin" "jj" ]; # don't install the fake editors
3535
useNextest = true; # nextest is the upstream integration framework

0 commit comments

Comments
 (0)