Egg2nix: Bump to 0.5.

This commit is contained in:
Moritz Ulrich 2015-01-19 15:43:25 +01:00
parent d957d9e6bc
commit e6e9a73424

View File

@ -4,12 +4,12 @@
# the tarball. Is there a nicer way than duplicating code? # the tarball. Is there a nicer way than duplicating code?
let let
version = "0.4"; version = "0.5";
in in
eggDerivation { eggDerivation {
src = fetchurl { src = fetchurl {
url = "https://github.com/the-kenny/egg2nix/archive/${version}.tar.gz"; url = "https://github.com/the-kenny/egg2nix/archive/${version}.tar.gz";
sha256 = "1xn79fgqxg0i47asjah31zi56v60is1n8d0cy8w4gbj0i41z7pvm"; sha256 = "0adal428v4i7h9lzs7sfq75q2mxhsbf1qqwzrsjv8j41paars20y";
}; };
name = "egg2nix-${version}"; name = "egg2nix-${version}";