approxmc: 4.1.23 -> 4.1.24

This commit is contained in:
R. Ryantm 2024-02-09 05:47:11 +00:00
parent 4441de75cb
commit 10f894644f

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "approxmc";
version = "4.1.23";
version = "4.1.24";
src = fetchFromGitHub {
owner = "meelgroup";
repo = "approxmc";
rev = finalAttrs.version;
hash = "sha256-pE2m6Cc2u53H/5CM+2JuQxZOhjhHUZOi0kn23CJmALM=";
hash = "sha256-rADPC7SVwzjUN5jb7Wt341oGfr6+LszIaBUe8QgmpRU=";
};
nativeBuildInputs = [ cmake ];