summary refs log tree commit diff
path: root/pkgs/applications/science/logic/potassco/clingcon.nix
diff options
context:
space:
mode:
authoramesgen <amesgen@amesgen.de>2022-11-07 00:38:41 +0100
committeramesgen <amesgen@amesgen.de>2022-11-07 00:41:21 +0100
commit4a3fc076e4f5a4169f67e8b4208245a3c190c45a (patch)
tree697f599090e8a11add7c01d461a6bf3c6463482c /pkgs/applications/science/logic/potassco/clingcon.nix
parentf54c651ba521d14e2c2c225aae854946ee4f472f (diff)
downloadnixpkgs-4a3fc076e4f5a4169f67e8b4208245a3c190c45a.tar
nixpkgs-4a3fc076e4f5a4169f67e8b4208245a3c190c45a.tar.gz
nixpkgs-4a3fc076e4f5a4169f67e8b4208245a3c190c45a.tar.bz2
nixpkgs-4a3fc076e4f5a4169f67e8b4208245a3c190c45a.tar.lz
nixpkgs-4a3fc076e4f5a4169f67e8b4208245a3c190c45a.tar.xz
nixpkgs-4a3fc076e4f5a4169f67e8b4208245a3c190c45a.tar.zst
nixpkgs-4a3fc076e4f5a4169f67e8b4208245a3c190c45a.zip
clingcon: 5.0.0 -> 5.2.0 and fix build
Diffstat (limited to 'pkgs/applications/science/logic/potassco/clingcon.nix')
-rw-r--r--pkgs/applications/science/logic/potassco/clingcon.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/pkgs/applications/science/logic/potassco/clingcon.nix b/pkgs/applications/science/logic/potassco/clingcon.nix
index 2238e490a60..e024ffb9364 100644
--- a/pkgs/applications/science/logic/potassco/clingcon.nix
+++ b/pkgs/applications/science/logic/potassco/clingcon.nix
@@ -7,19 +7,15 @@
 
 stdenv.mkDerivation rec {
   pname = "clingcon";
-  version = "5.0.0";
+  version = "5.2.0";
 
   src = fetchFromGitHub {
     owner = "potassco";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1g2xkz9nsgqnrw3fdf5jchl16f0skj5mm32va61scc2yrchll166";
+    sha256 = "sha256-wZfTneoQSqEnLAVE8WyPh9EABmOEhDgRm6yWAF1T7Nk=";
    };
 
-  patches = [
-    ./clingcon_limits.patch
-  ];
-
   postPatch = ''
     cp ${catch2}/include/catch2/catch.hpp libclingcon/tests/catch.hpp
   '';