Skip to content

Commit 6646f61

Browse files
costa: 2.2.2 -> 2.2.4 (#406208)
Co-authored-by: sheepforce <[email protected]>
2 parents 6ca68e4 + 5e25985 commit 6646f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/co/costa/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
stdenv.mkDerivation rec {
1212
pname = "COSTA";
13-
version = "2.2.2";
13+
version = "2.2.4";
1414

1515
src = fetchFromGitHub {
1616
owner = "eth-cscs";
1717
repo = "COSTA";
1818
rev = "v${version}";
19-
hash = "sha256-jiAyZXC7wiuEnOLsQFFLxhN3AsGXN09q/gHC2Hrb2gg=";
19+
hash = "sha256-smrDK7iucGWlL1pDv+O4QXefxr1QirC00q5Wva0S+ks=";
2020
};
2121

2222
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)