We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3619ba1 commit 32e718fCopy full SHA for 32e718f
pkgs/applications/version-management/jujutsu/default.nix
@@ -20,16 +20,16 @@
20
21
rustPlatform.buildRustPackage rec {
22
pname = "jujutsu";
23
- version = "0.12.0";
+ version = "0.13.0";
24
25
src = fetchFromGitHub {
26
owner = "martinvonz";
27
repo = "jj";
28
rev = "v${version}";
29
- hash = "sha256-9m8GmVIZgHETkemzElXOfVxaZlzJwZaT2sJcTU7vZ2g=";
+ hash = "sha256-UFe4hVzn/jN22KtTuTcyNpseJdgIkmh9/eAJdSObfYU=";
30
};
31
32
- cargoHash = "sha256-g1gdFGj0nzczR2yyjCdjpCGtFlmX7yrdAQIa3sQRATg=";
+ cargoHash = "sha256-WY8egnsyCuTLHd2Jnw+RLNd2LUOorHlnHVGLxtR5exQ=";
33
34
cargoBuildFlags = [ "--bin" "jj" ]; # don't install the fake editors
35
useNextest = true; # nextest is the upstream integration framework
0 commit comments