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