libpeas: Fix update script

libpeas 2.0 has breaking API changes, let's freeze the update.
This commit is contained in:
Bobby Rong 2023-08-07 21:59:37 +08:00
parent fdd898f8f7
commit 74a418e0fb
No known key found for this signature in database

View file

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