sec: 2.7.12 -> 2.8.0 (#46199)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
sec
This commit is contained in:
R. RyanTM 2018-09-12 13:52:56 -07:00 committed by xeji
parent 1b5744a42d
commit 0837ff1108

View File

@ -1,11 +1,11 @@
{ fetchurl, perl, stdenv }:
stdenv.mkDerivation rec {
name = "sec-2.7.12";
name = "sec-2.8.0";
src = fetchurl {
url = "mirror://sourceforge/simple-evcorr/${name}.tar.gz";
sha256 = "0f5a2nkd5cmg1rziizz2gmgdwb5dz99x9pbxw30p384rjh79zcaa";
sha256 = "0q9fhkkh0n0jya4kf5c54smk4xbnv01hqhip2y6fnnj9imwskymz";
};
buildInputs = [ perl ];