summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/irc
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2024-05-09 23:31:43 +0800
committerrewine <luhongxu@deepin.org>2024-05-10 00:35:49 +0800
commit0ea21a32b2cc24a39ab3bf5fc72852b66d0ba84f (patch)
treeaa62c95adf8717150ee3239af96676ad47bae250 /pkgs/applications/networking/irc
parentad7efee13e0d216bf29992311536fce1d3eefbef (diff)
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 3493fa5497b4..c083c1a8048a 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