libsigcxx: Fix update script

This allows bumping to 2.12.x, which should not bring breaking API changes.
This commit is contained in:
Bobby Rong 2023-10-01 23:33:33 +08:00
parent da45ab16bd
commit e7ed60c82e
No known key found for this signature in database

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
packageName = pname;
attrPath = "libsigcxx";
versionPolicy = "odd-unstable";
freeze = true;
freeze = "2.99.1";
};
};