From e6e9a734245eeaf6eb7a099bc1ed21698b5ebfa5 Mon Sep 17 00:00:00 2001 From: Moritz Ulrich Date: Mon, 19 Jan 2015 15:43:25 +0100 Subject: [PATCH] Egg2nix: Bump to 0.5. --- pkgs/development/tools/egg2nix/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/egg2nix/default.nix b/pkgs/development/tools/egg2nix/default.nix index dd1c00116e4d..d0f3b8a4e261 100644 --- a/pkgs/development/tools/egg2nix/default.nix +++ b/pkgs/development/tools/egg2nix/default.nix @@ -4,12 +4,12 @@ # the tarball. Is there a nicer way than duplicating code? let - version = "0.4"; + version = "0.5"; in eggDerivation { src = fetchurl { url = "https://github.com/the-kenny/egg2nix/archive/${version}.tar.gz"; - sha256 = "1xn79fgqxg0i47asjah31zi56v60is1n8d0cy8w4gbj0i41z7pvm"; + sha256 = "0adal428v4i7h9lzs7sfq75q2mxhsbf1qqwzrsjv8j41paars20y"; }; name = "egg2nix-${version}";