about summary refs log tree commit diff
path: root/pkgs/applications/networking/soulseek
diff options
context:
space:
mode:
authortaj-ny <79316397+taj-ny@users.noreply.github.com>2023-07-15 16:38:00 +0200
committertaj-ny <79316397+taj-ny@users.noreply.github.com>2023-07-15 16:38:30 +0200
commita903bb6eb8e422b58a40b557be99507f2bc0a43a (patch)
treeae6ba7660c77ed8f2eadccf4328a1d2b51b8e048 /pkgs/applications/networking/soulseek
parente5121d2836ef8b6e7867c09ac89afb8223ea5b97 (diff)
nicotine-plus: 3.2.8 -> 3.2.9
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 531873df8c408..6f49864f88dbc 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.8";
+  version = "3.2.9";
 
   src = fetchFromGitHub {
     owner = "nicotine-plus";
     repo = "nicotine-plus";
     rev = "refs/tags/${version}";
-    sha256 = "sha256-/l31w7ohBgjeE+Ywuo7aaDZBzVNLFD3dqMRr/P3ge+s=";
+    sha256 = "sha256-PxtHsBbrzcIAcLyQKD9DV8yqf3ljzGS7gT/ZRfJ8qL4=";
   };
 
   nativeBuildInputs = [ gettext wrapGAppsHook gobject-introspection ];