Skip to content

Commit 2de724f

Browse files
committed
scipopt-scip: 9.2.1 -> 9.2.2
1 parent 8933c19 commit 2de724f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sc/scipopt-scip/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
stdenv.mkDerivation rec {
2222
pname = "scipopt-scip";
23-
version = "9.2.1";
23+
version = "9.2.2";
2424

2525
src = fetchFromGitHub {
2626
owner = "scipopt";
2727
repo = "scip";
2828
tag = "v${lib.replaceStrings [ "." ] [ "" ] version}";
29-
hash = "sha256-xYxbMZYYqFNInlct8Ju0SrksfJlwV9Q+AHjxq7xhfAs=";
29+
hash = "sha256-gxR308XrlmuUym/ujwGcD9a7Z+Z7vQNHaK4zO/PWPBQ=";
3030
};
3131

3232
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)