gexiv2: Freeze update script

We don't want this package to go 0.16.
This commit is contained in:
Bobby Rong 2026-03-24 22:48:44 +08:00
commit 7959e6046e
No known key found for this signature in database

View file

@ -79,6 +79,7 @@ stdenv.mkDerivation rec {
updateScript = gnome.updateScript {
packageName = pname;
versionPolicy = "odd-unstable";
freeze = true;
};
};