about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc/communi
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/applications/networking/irc/communi
parentd27881c014802d367dfb40e76a37c738e3ef187b (diff)
Fix lots of fetchgit hashes (fallout from #15469)
Diffstat (limited to 'pkgs/applications/networking/irc/communi')
-rw-r--r--pkgs/applications/networking/irc/communi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/irc/communi/default.nix b/pkgs/applications/networking/irc/communi/default.nix
index 4a8dc44dbf920..382044bec5a7c 100644
--- a/pkgs/applications/networking/irc/communi/default.nix
+++ b/pkgs/applications/networking/irc/communi/default.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
   src = fetchgit {
     url = "https://github.com/communi/communi-desktop.git";
     rev = "ad1b9a30ed6c51940c0d2714b126a32b5d68c876";
-    sha256 = "0gk6gck09zb44qfsal7bs4ln2vl9s9x3vfxh7jvfc7mmf7l3sspd";
+    sha256 = "0jx963pfvzk4dbk8mrmzfrhzybk5y6ib9yzaj662wliayrzj7vpg";
   };
 
   nativeBuildInputs = [ makeQtWrapper qmakeHook ];