libsigcxx: Fix update script
This allows bumping to 2.12.x, which should not bring breaking API changes.
This commit is contained in:
parent
da45ab16bd
commit
e7ed60c82e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||
packageName = pname;
|
||||
attrPath = "libsigcxx";
|
||||
versionPolicy = "odd-unstable";
|
||||
freeze = true;
|
||||
freeze = "2.99.1";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue