costa: 2.2.2 -> 2.2.4 (#406208)

Co-authored-by: sheepforce <sheepforce@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-12 09:32:49 +00:00
committed by GitHub
co-authored by sheepforce
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "COSTA";
version = "2.2.2";
version = "2.2.4";
src = fetchFromGitHub {
owner = "eth-cscs";
repo = "COSTA";
rev = "v${version}";
hash = "sha256-jiAyZXC7wiuEnOLsQFFLxhN3AsGXN09q/gHC2Hrb2gg=";
hash = "sha256-smrDK7iucGWlL1pDv+O4QXefxr1QirC00q5Wva0S+ks=";
};
nativeBuildInputs = [ cmake ];