about summary refs log tree commit diff
path: root/pkgs/applications/networking/soulseek
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-02 14:36:51 +0000
committerEmery Hemingway <ehmry@posteo.net>2022-12-08 12:00:19 -0600
commitfce4477b948184cc2a37328208571b3cf29398e5 (patch)
treef90e4bad0f0de0c7e7459853943d33c68b03f1ee /pkgs/applications/networking/soulseek
parent1531d427d9e750c2d6dd1999a5f7a949a749c121 (diff)
nicotine-plus: 3.2.6 -> 3.2.7
Diffstat (limited to 'pkgs/applications/networking/soulseek')
-rw-r--r--pkgs/applications/networking/soulseek/nicotine-plus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/soulseek/nicotine-plus/default.nix b/pkgs/applications/networking/soulseek/nicotine-plus/default.nix
index 2f0ee430b4f9a..02a7fe0622f3d 100644
--- a/pkgs/applications/networking/soulseek/nicotine-plus/default.nix
+++ b/pkgs/applications/networking/soulseek/nicotine-plus/default.nix
@@ -11,13 +11,13 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "nicotine-plus";
-  version = "3.2.6";
+  version = "3.2.7";
 
   src = fetchFromGitHub {
     owner = "nicotine-plus";
     repo = "nicotine-plus";
     rev = "refs/tags/${version}";
-    sha256 = "sha256-ELpM5hnyHsqTqB0R1JPcbxkw9XR19CnasIYXJCbKBho=";
+    sha256 = "sha256-MPhMKbDBKZAF5fktzA6bZBlVkyDrBnhEFhRWkRbXP/A=";
   };
 
   nativeBuildInputs = [ gettext wrapGAppsHook gobject-introspection ];