about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2024-05-10 19:22:45 +0800
committerGitHub <noreply@github.com>2024-05-10 19:22:45 +0800
commit7074b00ce22122d9b92745d182eed8256c1e89d0 (patch)
tree03c2ac34a632fe62b83f523a24671893b3bca4cd /pkgs/applications/networking/irc
parentadc41e1e3e0b77fbc4e214be7493a22cd107a3dd (diff)
parent0ea21a32b2cc24a39ab3bf5fc72852b66d0ba84f (diff)
Merge pull request #310376 from wineee/srain
srain: 1.6.0 -> 1.7.0
Diffstat (limited to 'pkgs/applications/networking/irc')
-rw-r--r--pkgs/applications/networking/irc/srain/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/irc/srain/default.nix b/pkgs/applications/networking/irc/srain/default.nix
index 3493fa5497b4d..c083c1a8048a7 100644
--- a/pkgs/applications/networking/irc/srain/default.nix
+++ b/pkgs/applications/networking/irc/srain/default.nix
@@ -4,7 +4,7 @@
 , pkg-config
 , gtk3
 , libconfig
-, libsoup
+, libsoup_3
 , libsecret
 , libayatana-appindicator
 , openssl
@@ -21,13 +21,13 @@
 
 stdenv.mkDerivation rec {
   pname = "srain";
-  version = "1.6.0";
+  version = "1.7.0";
 
   src = fetchFromGitHub {
     owner = "SrainApp";
     repo = "srain";
     rev = version;
-    hash = "sha256-IGAb24aDeBXyxuyb/EWUetQZJg28GJLT0WK7ZmmHgyg=";
+    hash = "sha256-mhnlHnF23+VZvSPNuTYYUVcA6Md4y2AGqEuJphY1/IY=";
   };
 
   nativeBuildInputs = [
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
     glib-networking
     dbus-glib
     libconfig
-    libsoup
+    libsoup_3
     libsecret
     libayatana-appindicator
     openssl