costa: 2.3.0 -> 2.3.1 (#510622)

This commit is contained in:
Nick Cao
2026-04-16 20:02:53 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "COSTA";
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "eth-cscs";
repo = "COSTA";
rev = "v${finalAttrs.version}";
hash = "sha256-rkieWcUkAMI/fJjsPL20jI1jII5o5TwBx27nMQqNIXg=";
hash = "sha256-G/+AXGOjTbc92+6HLkDzkVJIikri0A+cB7Ft0RRQTzw=";
};
nativeBuildInputs = [ cmake ];