Merge pull request #318046 from r-ryantm/auto-update/spla

spla: 1.5.5 -> 1.6.0
This commit is contained in:
Weijia Wang
2024-06-08 23:13:06 +02:00
committed by GitHub
+2 -2
View File
@@ -22,13 +22,13 @@ assert builtins.elem gpuBackend [ "none" "cuda" "rocm" ];
stdenv.mkDerivation rec {
pname = "spla";
version = "1.5.5";
version = "1.6.0";
src = fetchFromGitHub {
owner = "eth-cscs";
repo = pname;
rev = "v${version}";
hash = "sha256-71QpwTsRogH+6Bik9DKwezl9SqwoLxQt4SZ7zw5X6DE=";
hash = "sha256-1k9Su7loXsH7AyhYFZax+4nyNoCO5+WJbXrzGGAIy/c=";
};
outputs = [ "out" "dev" ];