about summary refs log tree commit diff
path: root/pkgs/applications/networking/soulseek
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-07 20:02:48 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-07 20:02:48 +0000
commitb8867af84abdbd93c72cbf9482cb9e07e717fef0 (patch)
tree2daa2e40f595bc79a758042115856db367d653ba /pkgs/applications/networking/soulseek
parent716cab14032dde128e5ef08c3ba31066d7802e51 (diff)
nicotine-plus: 3.2.7 -> 3.2.8
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 02a7fe0622f3d..531873df8c408 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.7";
+  version = "3.2.8";
 
   src = fetchFromGitHub {
     owner = "nicotine-plus";
     repo = "nicotine-plus";
     rev = "refs/tags/${version}";
-    sha256 = "sha256-MPhMKbDBKZAF5fktzA6bZBlVkyDrBnhEFhRWkRbXP/A=";
+    sha256 = "sha256-/l31w7ohBgjeE+Ywuo7aaDZBzVNLFD3dqMRr/P3ge+s=";
   };
 
   nativeBuildInputs = [ gettext wrapGAppsHook gobject-introspection ];