about summary refs log tree commit diff
path: root/pkgs/development/libraries/xcb-util-cursor
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-06-02 14:26:44 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-06-03 17:17:08 +0300
commitbac26e08dbb6622c39bba13047c54e80282d031d (patch)
tree3fb6703841226a9c43e4f14ae5676dfb50b2e46e /pkgs/development/libraries/xcb-util-cursor
parentd27881c014802d367dfb40e76a37c738e3ef187b (diff)
Fix lots of fetchgit hashes (fallout from #15469)
Diffstat (limited to 'pkgs/development/libraries/xcb-util-cursor')
-rw-r--r--pkgs/development/libraries/xcb-util-cursor/HEAD.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/xcb-util-cursor/HEAD.nix b/pkgs/development/libraries/xcb-util-cursor/HEAD.nix
index 8bd7a90ad5a61..1b6d07bfc3416 100644
--- a/pkgs/development/libraries/xcb-util-cursor/HEAD.nix
+++ b/pkgs/development/libraries/xcb-util-cursor/HEAD.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
   src = fetchgit {
     url    = http://anongit.freedesktop.org/git/xcb/util-cursor.git;
     rev    = "f03cc278c6cce0cf721adf9c3764d3c5fba63392";
-    sha256 = "1ljvq1gdc1lc33dwn4pzwppws2zgyqx51y3sd3c8gb7vcg5f27i5";
+    sha256 = "127zfmihd8nqlj8jjaja06xb84xdgl263w0av1xnprx05mkbkcyc";
   };
 
   meta = with stdenv.lib; {