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-02-07 19:46:35 +0300
committerMikhail Volkhov <volhovm.cs@gmail.com>2017-02-07 19:46:35 +0300
commitc48c2fc1472006776b75569195901ea33d5e7141 (patch)
treeb9d7813537c354de1024e185821c28e07ab45f9b /pkgs/applications/networking/instant-messengers/scudcloud
parentf673243aff0bc9ae4d2e96ccd60124ff9fe5b103 (diff)
scudcloud: 1.38 -> 1.40
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 5e5c2fe8eed6c..9bed654b9b38f 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.38";
+  name = "scudcloud-1.40";
 
   # Branch 254-port-to-qt5
-  # https://github.com/raelgc/scudcloud/commit/6bcd877daea3d679cd5fd2c946c2d933940c48d9
+  # https://github.com/raelgc/scudcloud/commit/43ddc87f123a641b1fa78ace0bab159b05d34b65
   src = fetchgit {
       url = https://github.com/raelgc/scudcloud/;
-      rev = "6bcd877daea3d679cd5fd2c946c2d933940c48d9";
-      sha256 = "1884svz6m5vl06d0yac5zjb2phxwg6bjva72y15fw4larkjnh72s";
+      rev = "43ddc87f123a641b1fa78ace0bab159b05d34b65";
+      sha256 = "1lh9naf9xfrmj1pj7p8bd3fz7vy3gap6cvda4silk4b6ylyqa8vj";
   };
 
   propagatedBuildInputs = with python3Packages; [ pyqt5 dbus-python ];