spfft: 1.1.0 -> 1.1.1 (#375226)

Co-authored-by: sheepforce <sheepforce@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-20 07:52:43 +00:00
committed by GitHub
co-authored by sheepforce
+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 = [