clpeak: 1.1.6 -> 1.1.7

This commit is contained in:
R. Ryantm
2026-03-17 19:56:29 +00:00
parent 9024df32c9
commit 852d99afa6
+2 -2
View File
@@ -9,14 +9,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "clpeak";
version = "1.1.6";
version = "1.1.7";
src = fetchFromGitHub {
owner = "krrishnarraj";
repo = "clpeak";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-cRsQo+yOXwMfyppjSapb7nwdCmyFgm5WvFZEZ4tfLko=";
hash = "sha256-TvlO2/teOoTCQ5uMBw/Pc4uQZ5O0bnwZFBdC/ZzQ6wc=";
};
nativeBuildInputs = [ cmake ];