picard: move update script comment to proper update script

This commit is contained in:
Sandro Jäckel
2026-07-22 20:54:20 +02:00
parent 3a3ba3c18b
commit e20dc30419
+8 -1
View File
@@ -12,6 +12,7 @@
gst_all_1,
writableTmpDirAsHomeHook,
nix-update-script,
}:
let
@@ -20,7 +21,6 @@ let
in
pythonPackages.buildPythonApplication (finalAttrs: {
pname = "picard";
# nix-update --commit picard --version-regex 'release-(.*)'
version = "2.13.3";
pyproject = true;
strictDeps = true;
@@ -108,6 +108,13 @@ pythonPackages.buildPythonApplication (finalAttrs: {
makeWrapperArgs+=(--prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "$GST_PLUGIN_SYSTEM_PATH_1_0")
'';
passthru.updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"release-(.*)"
];
};
meta = {
homepage = "https://picard.musicbrainz.org";
changelog = "https://picard.musicbrainz.org/changelog";