Jost Alemann
2025-06-04 14:01:01 -05:00
committed by Austin Seipp
parent 968c06a67b
commit e32c48547d
+3 -13
View File
@@ -4,10 +4,6 @@
rustPlatform,
fetchFromGitHub,
installShellFiles,
pkg-config,
libgit2,
libssh2,
openssl,
git,
gnupg,
openssh,
@@ -18,29 +14,23 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "jujutsu";
version = "0.29.0";
version = "0.30.0";
src = fetchFromGitHub {
owner = "jj-vcs";
repo = "jj";
tag = "v${finalAttrs.version}";
hash = "sha256-jyhjKppwK+emwLEXtOJKU0f4mPdLzDrQabnHhpyUzmw=";
hash = "sha256-l+E3os5At/PV4zKvUDSv4Aez9Bg0M+BZDvwVOHX+h9s=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-1bb7YWXExS62s83rprHa0byUBJUCdw6JDYkQ3VZcje8=";
cargoHash = "sha256-5H4yPbJ5364CM8YEt40rTbks3+tuQsrb6OQ0wRUQZRw=";
nativeBuildInputs = [
installShellFiles
pkg-config
];
buildInputs = [
libgit2
libssh2
] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ openssl ];
nativeCheckInputs = [
git
gnupg