From a0940c6ee4546c6a6dd8f6ba6919fa5697cad7ac Mon Sep 17 00:00:00 2001 From: Sandro Date: Sun, 6 Jun 2021 01:28:35 +0200 Subject: [PATCH] Update pkgs/development/libraries/sundials/default.nix (cherry picked from commit 248748e0408d1d9a8d43e4df0dc18bfe297c4887) --- pkgs/development/libraries/sundials/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/sundials/default.nix b/pkgs/development/libraries/sundials/default.nix index daba200d08b..f04b22abe8c 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="; };