jujutsu: 0.17.0 -> 0.17.1

authored by getmoney.bsky.social and committed by Austin Seipp 36888d20 c1f1e517

+3 -3
+3 -3
pkgs/applications/version-management/jujutsu/default.nix
··· 19 20 rustPlatform.buildRustPackage rec { 21 pname = "jujutsu"; 22 - version = "0.17.0"; 23 24 src = fetchFromGitHub { 25 owner = "martinvonz"; 26 repo = "jj"; 27 rev = "v${version}"; 28 - hash = "sha256-9Otm4EtBhSPix/perfhxHkgVhN0i/2+3JV50ex7xAlY="; 29 }; 30 31 - cargoHash = "sha256-snaqfiTfSKWnjCCUwptAJAl+n2CBRdBSswPR/y555k0="; 32 33 cargoBuildFlags = [ "--bin" "jj" ]; # don't install the fake editors 34 useNextest = false; # nextest is the upstream integration framework, but is problematic for test skipping
··· 19 20 rustPlatform.buildRustPackage rec { 21 pname = "jujutsu"; 22 + version = "0.17.1"; 23 24 src = fetchFromGitHub { 25 owner = "martinvonz"; 26 repo = "jj"; 27 rev = "v${version}"; 28 + hash = "sha256-3f/odQ5MgYGdPKUFqF90YGN84fXgG6BRkpN96TxJz1c="; 29 }; 30 31 + cargoHash = "sha256-N4UUouJfhKhosMBFVM0QEUNgkh7NFryXUoPmGVXcLGQ="; 32 33 cargoBuildFlags = [ "--bin" "jj" ]; # don't install the fake editors 34 useNextest = false; # nextest is the upstream integration framework, but is problematic for test skipping