about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-09-27 02:43:02 +0200
committerGitHub <noreply@github.com>2024-09-27 02:43:02 +0200
commit639b722d6cd31e683677f6a39a62274450e62a11 (patch)
tree958ec15d2529dab53a40c63ef7c20eeea17a4e8d
parent96c892acd6770c488e2061eed08d6f53837d34a5 (diff)
parenta0e7391fb0f298ee8a9974b7ed5327e762b11176 (diff)
soplex: 7.1.0 -> 7.1.1 (#342870)
-rw-r--r--pkgs/by-name/so/soplex/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/so/soplex/package.nix b/pkgs/by-name/so/soplex/package.nix
index d4672a0b8ba3a..90d97c7077384 100644
--- a/pkgs/by-name/so/soplex/package.nix
+++ b/pkgs/by-name/so/soplex/package.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "soplex";
-  version = "7.1.0";
+  version = "7.1.1";
 
   src = fetchFromGitHub {
     owner = "scipopt";
     repo = "soplex";
     rev = "release-${builtins.replaceStrings [ "." ] [ "" ] finalAttrs.version}";
-    hash = "sha256-yoXqfaSGYLHJbUcmBkxhmik553L/9XZtb7FjouaIGCg=";
+    hash = "sha256-f4PMJz/VHCx5Uk7M9JdE+4Qpf29X3S/umoiAo8NXYrU=";
   };
 
   nativeBuildInputs = [ cmake ];