clpeak: 2.0.0 -> 2.0.13

This commit is contained in:
R. Ryantm
2026-06-20 06:48:32 +00:00
parent 6c91888634
commit ac823b8710
+2 -2
View File
@@ -9,14 +9,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "clpeak";
version = "2.0.0";
version = "2.0.13";
src = fetchFromGitHub {
owner = "krrishnarraj";
repo = "clpeak";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-e6r9kGjSWnhgODKtIIjXBA63L9JGQFHIsacfH0IJAGo=";
hash = "sha256-tybt85jxoaWLUuZNFAla+2t0rLSanapc9w3lgez9uPI=";
};
nativeBuildInputs = [ cmake ];