mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
sec: update to version 2.7.7
This commit is contained in:
parent
23e1b46f17
commit
6e36a662f6
@ -1,11 +1,11 @@
|
||||
{ fetchurl, perl, stdenv }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "sec-2.7.6";
|
||||
name = "sec-2.7.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/simple-evcorr/${name}.tar.gz";
|
||||
sha256 = "1lrssln55p3bmn3d2hl8c5l5ix32bn8065w1cgycwsf7r6fww51p";
|
||||
sha256 = "116nn8fg24nwcimm8gcfp52bsgh1ckrspjr8sk4i0arvpl3d12m9";
|
||||
};
|
||||
|
||||
buildInputs = [ perl ];
|
||||
|
Loading…
Reference in New Issue
Block a user