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.
2 parents 7f5bf91 + 7cdf2bb commit ea51557Copy full SHA for ea51557
pkgs/by-name/ju/jujutsu/package.nix
@@ -18,18 +18,18 @@
18
19
rustPlatform.buildRustPackage (finalAttrs: {
20
pname = "jujutsu";
21
- version = "0.28.1";
+ version = "0.28.2";
22
23
src = fetchFromGitHub {
24
owner = "jj-vcs";
25
repo = "jj";
26
tag = "v${finalAttrs.version}";
27
- hash = "sha256-LDMHMFg9fjEMi8I2Fc3TEyWMctqJurAbckubCgkkZiM=";
+ hash = "sha256-EAD40ZZr6VK4w9OuYzx2YcVgOODopF7IWN7GVjTlblE=";
28
};
29
30
useFetchCargoVendor = true;
31
32
- cargoHash = "sha256-y/GQSzI7bVPieuAmQKdZY1qticmmRYibBtgXSEJ7dU4=";
+ cargoHash = "sha256-WOzzBhZLV4kfsmTGreg1m+sPcDjznB4Kh8ONVNZkp5A=";
33
34
nativeBuildInputs = [
35
installShellFiles
0 commit comments