clpeak: 1.1.7 -> 2.0.0

This commit is contained in:
R. Ryantm
2026-05-07 00:37:01 +00:00
parent 1d3c313641
commit 86105808a6
+2 -2
View File
@@ -9,14 +9,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "clpeak";
version = "1.1.7";
version = "2.0.0";
src = fetchFromGitHub {
owner = "krrishnarraj";
repo = "clpeak";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-TvlO2/teOoTCQ5uMBw/Pc4uQZ5O0bnwZFBdC/ZzQ6wc=";
hash = "sha256-e6r9kGjSWnhgODKtIIjXBA63L9JGQFHIsacfH0IJAGo=";
};
nativeBuildInputs = [ cmake ];