summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-06 01:28:35 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-06-06 00:08:20 +0000
commita0940c6ee4546c6a6dd8f6ba6919fa5697cad7ac (patch)
tree3abde2a097a7f2a5f73125c159c51cb01132d998
parentsundials: fix download URL and hash (diff)
downloadnixpkgs-a0940c6ee4546c6a6dd8f6ba6919fa5697cad7ac.tar.gz
Update pkgs/development/libraries/sundials/default.nix
(cherry picked from commit 248748e0408d1d9a8d43e4df0dc18bfe297c4887)
-rw-r--r--pkgs/development/libraries/sundials/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/sundials/default.nix b/pkgs/development/libraries/sundials/default.nix
index daba200d08b1..f04b22abe8c6 100644
--- a/pkgs/development/libraries/sundials/default.nix
+++ b/pkgs/development/libraries/sundials/default.nix
@@ -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=";
};