summary refs log tree commit diff
path: root/pkgs/development/tools/egg2nix
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2015-01-19 15:43:25 +0100
committerMoritz Ulrich <moritz@tarn-vedra.de>2015-01-19 15:43:25 +0100
commite6e9a734245eeaf6eb7a099bc1ed21698b5ebfa5 (patch)
tree7acc1ef0c9fae4a2558394aa959e6bfe98d91234 /pkgs/development/tools/egg2nix
parentd957d9e6bc8c252123a921541ad17eb6041406cd (diff)
downloadnixpkgs-e6e9a734245eeaf6eb7a099bc1ed21698b5ebfa5.tar
nixpkgs-e6e9a734245eeaf6eb7a099bc1ed21698b5ebfa5.tar.gz
nixpkgs-e6e9a734245eeaf6eb7a099bc1ed21698b5ebfa5.tar.bz2
nixpkgs-e6e9a734245eeaf6eb7a099bc1ed21698b5ebfa5.tar.lz
nixpkgs-e6e9a734245eeaf6eb7a099bc1ed21698b5ebfa5.tar.xz
nixpkgs-e6e9a734245eeaf6eb7a099bc1ed21698b5ebfa5.tar.zst
nixpkgs-e6e9a734245eeaf6eb7a099bc1ed21698b5ebfa5.zip
Egg2nix: Bump to 0.5.
Diffstat (limited to 'pkgs/development/tools/egg2nix')
-rw-r--r--pkgs/development/tools/egg2nix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/egg2nix/default.nix b/pkgs/development/tools/egg2nix/default.nix
index dd1c00116e4..d0f3b8a4e26 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}";