Author: simons
Date: Sun Jun 5 18:38:33 2011
New Revision: 27346
URL: https://svn.nixos.org/websvn/nix/?rev=27346&sc=1
Log:
esniper: updated to version 2.25.0
Modified:
nixpkgs/trunk/pkgs/applications/networking/esniper/default.nix
Modified: nixpkgs/trunk/pkgs/applications/networking/esniper/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/networking/esniper/default.nix Sat Jun
4 21:46:16 2011 (r27345)
+++ nixpkgs/trunk/pkgs/applications/networking/esniper/default.nix Sun Jun
5 18:38:33 2011 (r27346)
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, openssl, curl }:
let
- name = "esniper";
+ name = "esniper";
in
stdenv.mkDerivation {
- name = "${name}-2.24.0";
+ name = "${name}-2.25.0";
src = fetchurl {
- url = "mirror://sourceforge/${name}/${name}-2-24-0.tgz";
- sha256 = "0h3nlw64x2dczfd4nmz890pk9372iwfzwyyb8zyhiaymb34z5c52";
+ url = "mirror://sourceforge/${name}/${name}-2-25-0.tgz";
+ sha256 =
"64658eaca2fa27eaec0436a016648b12f6c49d7486cc3a6827f307aa93871def";
};
buildInputs = [openssl curl];
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits