1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

Merge pull request #44679 from r-ryantm/auto-update/sundials

sundials: 3.1.1 -> 3.1.2
This commit is contained in:
Samuel Dionne-Riel 2018-08-11 22:12:31 -04:00 committed by GitHub
commit bb3f7d14a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
pname = "sundials";
version = "3.1.1";
version = "3.1.2";
name = "${pname}-${version}";
src = fetchurl {
url = "https://computation.llnl.gov/projects/${pname}/download/${pname}-${version}.tar.gz";
sha256 = "090s8ymhd0g1s1d44fa73r5yi32hb4biwahhbfi327zd64yn8kd2";
sha256 = "05p19y3vv0vi3nggrvy6ymqkvhab2dxncl044qj0xnaix2qmp658";
};
preConfigure = ''