Unverified Commit e7ed60c8 authored by Bobby Rong's avatar Bobby Rong
Browse files

libsigcxx: Fix update script

This allows bumping to 2.12.x, which should not bring breaking API changes.
parent da45ab16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
      packageName = pname;
      attrPath = "libsigcxx";
      versionPolicy = "odd-unstable";
      freeze = true;
      freeze = "2.99.1";
    };
  };