euphonica: add updateScript

This commit is contained in:
nat
2025-08-24 15:46:16 +02:00
parent b47d19985a
commit 6d516d5d9b
+8
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
nix-update-script,
cargo,
meson,
ninja,
@@ -35,6 +36,13 @@ stdenv.mkDerivation (finalAttrs: {
fetchSubmodules = true;
};
passthru.updateScript = nix-update-script {
# to be dropped once there are stable releases
extraArgs = [
"--version=unstable"
];
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-zFGFmiPozfBSIYxCu4fHynb2eh9emfVPtj3grPAoZeA=";