From e32c48547d3bf184d858bd1391b979705160e629 Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Wed, 4 Jun 2025 16:59:09 +0200 Subject: [PATCH] jujutsu: 0.29.0 -> 0.30.0 Changelog: https://github.com/jj-vcs/jj/releases/tag/v0.30.0 Diff: https://github.com/jj-vcs/jj/compare/v0.29.0...v0.30.0 --- pkgs/by-name/ju/jujutsu/package.nix | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/pkgs/by-name/ju/jujutsu/package.nix b/pkgs/by-name/ju/jujutsu/package.nix index 6a46439566f6..f01f4ae94198 100644 --- a/pkgs/by-name/ju/jujutsu/package.nix +++ b/pkgs/by-name/ju/jujutsu/package.nix @@ -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