Skip to content

Commit

Permalink
jujutsu: 0.16.0 -> 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrw authored and thoughtpolice committed May 4, 2024
1 parent 7defb8d commit a05b336
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/jujutsu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@

rustPlatform.buildRustPackage rec {
pname = "jujutsu";
version = "0.16.0";
version = "0.17.0";

src = fetchFromGitHub {
owner = "martinvonz";
repo = "jj";
rev = "v${version}";
hash = "sha256-7bMyboF1JG/roFgo3cusYTi7qd2a6W+u1RJHgoBXNL0=";
hash = "sha256-9Otm4EtBhSPix/perfhxHkgVhN0i/2+3JV50ex7xAlY=";
};

cargoHash = "sha256-nPBHIUBm4bQLuj93kE8CUfzA34uUyapVjswz9FFCiTk=";
cargoHash = "sha256-snaqfiTfSKWnjCCUwptAJAl+n2CBRdBSswPR/y555k0=";

cargoBuildFlags = [ "--bin" "jj" ]; # don't install the fake editors
useNextest = false; # nextest is the upstream integration framework, but is problematic for test skipping
Expand Down

0 comments on commit a05b336

Please sign in to comment.