jj: upgrade to 0.20.0 w/openssh patch

This commit is contained in:
Daniel Lundin 2024-08-10 13:45:09 +02:00
parent 698fab3921
commit 6f657978f3
No known key found for this signature in database
2 changed files with 246 additions and 207 deletions

File diff suppressed because it is too large Load diff

View file

@ -19,10 +19,10 @@ rustPlatform.buildRustPackage rec {
version = "0.19.0+pr3191.openssh"; version = "0.19.0+pr3191.openssh";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "martinvonz"; owner = "dln";
repo = "jj"; repo = "jj";
rev = "f97577cf3f8da3f8cba40bb908a21d5b932cf68f"; # https://github.com/martinvonz/jj/pull/3191/commits rev = "02d38813680f9c78bebad75b3aa69f3523584f1e"; # https://github.com/dln/jj/tree/openssh
hash = "sha256-njRXH1JGBflIPU8nWPawjVEbqXm+zCITjI7EIcpVt84="; hash = "sha256-D9H6o1+l2wgDlX1idIXTqq9FHqKb9+lgI7haRUrQlKw=";
}; };
# cargoHash = ""; # cargoHash = "";