spfft: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm
2025-01-20 02:53:47 +00:00
parent c241e9c792
commit eb453754f4
+2 -2
View File
@@ -28,13 +28,13 @@ assert builtins.elem gpuBackend [
stdenv.mkDerivation rec {
pname = "SpFFT";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "eth-cscs";
repo = pname;
rev = "v${version}";
hash = "sha256-hZdB/QcjL8rjvR1YZS+CHe5U5zxedpfDq6msMih4Elc=";
hash = "sha256-Qc/omdRv7dW9NJUOczMZJKhc+Z/sXeIxv3SbpegAGdU=";
};
nativeBuildInputs = [