clpeak: 1.1.7 -> 2.0.0 (#517491)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-15 18:21:29 +00:00
committed by GitHub
+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 ];