Commit fb45db01 authored by fettgoenner's avatar fettgoenner
Browse files

scipopt-zimpl: 362 -> 3.7.0

parent 19749a30
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "scipopt-zimpl";
  version = "362";
  version = "3.7.0";

  src = fetchFromGitHub {
    owner = "scipopt";
    repo = "zimpl";
    tag = "v${version}";
    hash = "sha256-juqAwzqBArsFXmz7L7RQaE78EhQdP5P51wQFlCoo7/o=";
    hash = "sha256-ataepqBfdA7CgqPhbw+Xy7PC3VZTLcSrF2/xnFyx+YI=";
  };

  postPatch = ''