Update pkgs/development/libraries/sundials/default.nix

(cherry picked from commit 248748e0408d1d9a8d43e4df0dc18bfe297c4887)
This commit is contained in:
Sandro 2021-06-06 01:28:35 +02:00 committed by github-actions[bot]
parent c7d7f1881e
commit a0940c6ee4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "examples" ];
src = fetchurl {
url = "https://github.com/LLNL/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz";
url = "https://github.com/LLNL/sundials/releases/download/v${version}/sundials-${version}.tar.gz";
hash = "sha256-SNp7qoFS3bIq7RsC2C0du0+/6iKs9nY0ARqgMDoQCkM=";
};