summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2017-03-10 13:40:52 +0300
committerGitHub <noreply@github.com>2017-03-10 13:40:52 +0300
commit10a17f99a4de0cff8881375b3369562f1dcd16d9 (patch)
tree397af35f0343d3e1362357ec8226ff0c1f42aafb /pkgs
parentf3a4f31554f655440181aa6085ed7fea5b4c24e4 (diff)
parent2e16a8d9b37cee03f50efa058a0b0c56760d9352 (diff)
downloadnixlib-10a17f99a4de0cff8881375b3369562f1dcd16d9.tar
nixlib-10a17f99a4de0cff8881375b3369562f1dcd16d9.tar.gz
nixlib-10a17f99a4de0cff8881375b3369562f1dcd16d9.tar.bz2
nixlib-10a17f99a4de0cff8881375b3369562f1dcd16d9.tar.lz
nixlib-10a17f99a4de0cff8881375b3369562f1dcd16d9.tar.xz
nixlib-10a17f99a4de0cff8881375b3369562f1dcd16d9.tar.zst
nixlib-10a17f99a4de0cff8881375b3369562f1dcd16d9.zip
Merge pull request #23698 from volhovM/update/scudcloud-1.44
scudcloud: 1.40 -> 1.44
Diffstat (limited to 'pkgs')
-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 9bed654b9b38..d9a3dfc690dd 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 ];