Unverified Commit d8e757de authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

spla: 1.6.0 -> 1.6.1
parents dfe476b1 4b0f5b95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@ assert builtins.elem gpuBackend [ "none" "cuda" "rocm" ];

stdenv.mkDerivation rec {
  pname = "spla";
  version = "1.6.0";
  version = "1.6.1";

  src = fetchFromGitHub {
    owner = "eth-cscs";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-1k9Su7loXsH7AyhYFZax+4nyNoCO5+WJbXrzGGAIy/c=";
    hash = "sha256-fNH1IOKV1Re8G7GH9Xfn3itR80eonTbEGKQRRD16/2k=";
  };

  outputs = [ "out" "dev" ];