costa: 2.2.2 -> 2.2.4

R. Ryantm 5e259851 6c2e919d

+2 -2
+2 -2
pkgs/by-name/co/costa/package.nix
··· 10 11 stdenv.mkDerivation rec { 12 pname = "COSTA"; 13 - version = "2.2.2"; 14 15 src = fetchFromGitHub { 16 owner = "eth-cscs"; 17 repo = "COSTA"; 18 rev = "v${version}"; 19 - hash = "sha256-jiAyZXC7wiuEnOLsQFFLxhN3AsGXN09q/gHC2Hrb2gg="; 20 }; 21 22 nativeBuildInputs = [ cmake ];
··· 10 11 stdenv.mkDerivation rec { 12 pname = "COSTA"; 13 + version = "2.2.4"; 14 15 src = fetchFromGitHub { 16 owner = "eth-cscs"; 17 repo = "COSTA"; 18 rev = "v${version}"; 19 + hash = "sha256-smrDK7iucGWlL1pDv+O4QXefxr1QirC00q5Wva0S+ks="; 20 }; 21 22 nativeBuildInputs = [ cmake ];