Upgraded seccure 0.3 to 0.4 because the old version expression does not work anymore and breaks my installation
svn path=/nixpkgs/branches/stdenv-updates/; revision=15222
This commit is contained in:
parent
883eb4371c
commit
71c0fb9532
@ -2,8 +2,8 @@ args : with args; with builderDefs;
|
|||||||
let localDefs = builderDefs.passthru.function ((rec {
|
let localDefs = builderDefs.passthru.function ((rec {
|
||||||
src = /* put a fetchurl here */
|
src = /* put a fetchurl here */
|
||||||
fetchurl {
|
fetchurl {
|
||||||
url = http://freshmeat.net/redir/seccure/65485/url_tgz/seccure-0.3.tar.gz;
|
url = http://point-at-infinity.org/seccure/seccure-0.4.tar.gz;
|
||||||
sha256 = "0isah96p35yxm86dklmgmdkvpflqi2aj4k344jp57chrhg5av74d";
|
sha256 = "33d690a7034ee349bce4911a8b7c73e6e3cd13a140f429e9e628d5cd5a3bb955";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [libgcrypt];
|
buildInputs = [libgcrypt];
|
@ -1238,7 +1238,7 @@ let
|
|||||||
inherit fetchurl stdenv ncurses;
|
inherit fetchurl stdenv ncurses;
|
||||||
};
|
};
|
||||||
|
|
||||||
seccure = composedArgsAndFun (selectVersion ../tools/security/seccure "0.3") {
|
seccure = composedArgsAndFun (selectVersion ../tools/security/seccure "0.4") {
|
||||||
inherit builderDefs libgcrypt;
|
inherit builderDefs libgcrypt;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user