about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/scudcloud
diff options
context:
space:
mode:
authorMikhail Volkhov <volhovm.cs@gmail.com>2017-03-10 13:33:23 +0300
committerMikhail Volkhov <volhovm.cs@gmail.com>2017-03-10 13:33:23 +0300
commit2e16a8d9b37cee03f50efa058a0b0c56760d9352 (patch)
tree07f0b9e15838514ef29a0f5b8fc88b3638e47f7a /pkgs/applications/networking/instant-messengers/scudcloud
parent2839b101f927be5daab7948421de00a6f6c084ae (diff)
scudcloud: 1.40 -> 1.44
AFAIU qt5 version was updated so older scudcloud was no longer
working. This fixes the problem.
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/scudcloud')
-rw-r--r--pkgs/applications/networking/instant-messengers/scudcloud/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/instant-messengers/scudcloud/default.nix b/pkgs/applications/networking/instant-messengers/scudcloud/default.nix
index 9bed654b9b38f..d9a3dfc690dd9 100644
--- a/pkgs/applications/networking/instant-messengers/scudcloud/default.nix
+++ b/pkgs/applications/networking/instant-messengers/scudcloud/default.nix
@@ -1,14 +1,14 @@
 { stdenv, fetchgit, python3Packages }:
 
 python3Packages.buildPythonPackage {
-  name = "scudcloud-1.40";
+  name = "scudcloud-1.44";
 
   # Branch 254-port-to-qt5
-  # https://github.com/raelgc/scudcloud/commit/43ddc87f123a641b1fa78ace0bab159b05d34b65
+  # https://github.com/raelgc/scudcloud/commit/65c304416dfdd5f456fa6f7301432a953d5e12d0
   src = fetchgit {
       url = https://github.com/raelgc/scudcloud/;
-      rev = "43ddc87f123a641b1fa78ace0bab159b05d34b65";
-      sha256 = "1lh9naf9xfrmj1pj7p8bd3fz7vy3gap6cvda4silk4b6ylyqa8vj";
+      rev = "65c304416dfdd5f456fa6f7301432a953d5e12d0";
+      sha256 = "0h1055y88kldqw31ayqfx9zsksgxsyqd8h0hwnhj80yn3jcx0rp6";
   };
 
   propagatedBuildInputs = with python3Packages; [ pyqt5 dbus-python ];