summary refs log tree commit diff
path: root/pkgs/applications/misc/rxvt_unicode-plugins
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-03-29 04:56:54 +0300
committerNikolay Amiantov <ab@fmap.me>2015-03-29 13:01:47 +0300
commitcdba27ae9b65f4c48873e0ac1d10be0c5de64208 (patch)
tree772c568d0f1b0455ed4c45c8e27aba5ce0818bde /pkgs/applications/misc/rxvt_unicode-plugins
parentc7a0925ac2404c6d13cf1180c9a6b8edd72cf469 (diff)
downloadnixpkgs-cdba27ae9b65f4c48873e0ac1d10be0c5de64208.tar
nixpkgs-cdba27ae9b65f4c48873e0ac1d10be0c5de64208.tar.gz
nixpkgs-cdba27ae9b65f4c48873e0ac1d10be0c5de64208.tar.bz2
nixpkgs-cdba27ae9b65f4c48873e0ac1d10be0c5de64208.tar.lz
nixpkgs-cdba27ae9b65f4c48873e0ac1d10be0c5de64208.tar.xz
nixpkgs-cdba27ae9b65f4c48873e0ac1d10be0c5de64208.tar.zst
nixpkgs-cdba27ae9b65f4c48873e0ac1d10be0c5de64208.zip
urxvt-perls: update
Diffstat (limited to 'pkgs/applications/misc/rxvt_unicode-plugins')
-rw-r--r--pkgs/applications/misc/rxvt_unicode-plugins/urxvt-perls/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/rxvt_unicode-plugins/urxvt-perls/default.nix b/pkgs/applications/misc/rxvt_unicode-plugins/urxvt-perls/default.nix
index 98f2e0d6108..8c8b1947bc0 100644
--- a/pkgs/applications/misc/rxvt_unicode-plugins/urxvt-perls/default.nix
+++ b/pkgs/applications/misc/rxvt_unicode-plugins/urxvt-perls/default.nix
@@ -4,9 +4,9 @@ stdenv.mkDerivation {
   name = "urxvt-perls";
 
   src = fetchgit {
-    url = "https://github.com/muennich/urxvt-perls";
-    rev = "4dec629b3631297d17855c35be1b723e2d9e7591";
-    sha256 = "c61bc8819b4e6655ed4a3ce3b347cb6dbebcb484d5d3973cbe9aa7f2c98d372f";
+    url = "git://github.com/muennich/urxvt-perls";
+    rev = "e4dbde31edd19e2f4c2b6c91117ee91e2f83ddd7";
+    sha256 = "1f8a27c3d54377fdd4ab0be2f4efb8329d4900bb1c792b306dc23b5ee59260b1";
   };
 
   installPhase = ''