clpeak: 1.1.5 -> 1.1.6

This commit is contained in:
R. Ryantm
2026-03-09 23:28:48 +00:00
parent f2b82108c3
commit 5bdcb2648c
+2 -2
View File
@@ -9,14 +9,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "clpeak";
version = "1.1.5";
version = "1.1.6";
src = fetchFromGitHub {
owner = "krrishnarraj";
repo = "clpeak";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-q4L7qoxE0udR6I8gXsc19IAB+wH7YRjgbIGOsdUXzgs=";
hash = "sha256-cRsQo+yOXwMfyppjSapb7nwdCmyFgm5WvFZEZ4tfLko=";
};
nativeBuildInputs = [ cmake ];