aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/security/seccure
diff options
context:
space:
mode:
authorSander van der Burg <s.vanderburg@tudelft.nl>2009-04-21 19:38:35 +0000
committerSander van der Burg <s.vanderburg@tudelft.nl>2009-04-21 19:38:35 +0000
commit71c0fb953230e2bddcaf4c3f1ed7f7245b040a86 (patch)
tree2f2d421da37eb67e554f26ed733f191e667506c7 /pkgs/tools/security/seccure
parent883eb4371cd6a4dd18a3b733c69bb206f957703c (diff)
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
Diffstat (limited to 'pkgs/tools/security/seccure')
-rw-r--r--pkgs/tools/security/seccure/0.4.nix (renamed from pkgs/tools/security/seccure/0.3.nix)4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/seccure/0.3.nix b/pkgs/tools/security/seccure/0.4.nix
index b9a8d42541e..79be594cee1 100644
--- a/pkgs/tools/security/seccure/0.3.nix
+++ b/pkgs/tools/security/seccure/0.4.nix
@@ -2,8 +2,8 @@ args : with args; with builderDefs;
let localDefs = builderDefs.passthru.function ((rec {
src = /* put a fetchurl here */
fetchurl {
- url = http://freshmeat.net/redir/seccure/65485/url_tgz/seccure-0.3.tar.gz;
- sha256 = "0isah96p35yxm86dklmgmdkvpflqi2aj4k344jp57chrhg5av74d";
+ url = http://point-at-infinity.org/seccure/seccure-0.4.tar.gz;
+ sha256 = "33d690a7034ee349bce4911a8b7c73e6e3cd13a140f429e9e628d5cd5a3bb955";
};
buildInputs = [libgcrypt];