jj-vine: 0.3.6 -> 0.5.0 (#508609)

This commit is contained in:
Winter
2026-05-08 17:59:37 +00:00
committed by GitHub
+10 -3
View File
@@ -6,20 +6,22 @@
git,
writableTmpDirAsHomeHook,
cacert,
versionCheckHook,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "jj-vine";
version = "0.3.6";
version = "0.5.0";
src = fetchFromCodeberg {
owner = "abrenneke";
repo = "jj-vine";
tag = "v${finalAttrs.version}";
hash = "sha256-vvNbeQvP205snAGiql/i8yFGyMw23YkSU4/uxOSnycY=";
hash = "sha256-uvnSv+4ijVdBoHrOklDRY+JDLsVOTRu+laOcFMjkYaA=";
};
cargoHash = "sha256-vcpaKlNeORnDpVqXxu0TrXWaWNfaK9QPVJOrty9WmcQ=";
cargoHash = "sha256-TsyFWcvr8ksiC1vStWs+mH88lw1/JGRg8IQ7XFnZ5qg=";
nativeCheckInputs = [
jujutsu
@@ -29,6 +31,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
checkFeatures = [ "no-e2e-tests" ];
env.SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;
passthru.updateScript = nix-update-script { };
meta = {
description = "Tool for submitting stacked Pull/Merge Requests from Jujutsu bookmarks";
homepage = "https://codeberg.org/abrenneke/jj-vine";