about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-21 15:01:31 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-21 15:01:31 +0000
commit043ada923e786546a0b18f21e7fd5cd0694fd774 (patch)
tree951c4824196452aa2203904210596c443516cce6
parentdd2351ee2f2671d2f2216dd843e4997060eb9576 (diff)
nicotine-plus: 3.2.4 -> 3.2.6
-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 ec56ed0464ca6..16f7456f41ef9 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.4";
+  version = "3.2.6";
 
   src = fetchFromGitHub {
     owner = "nicotine-plus";
     repo = "nicotine-plus";
     rev = "refs/tags/${version}";
-    sha256 = "sha256-swFNFw2a5PXwBkh0FBrCy5u3m5gErq29ZmWhMP7MpmQ=";
+    sha256 = "sha256-ELpM5hnyHsqTqB0R1JPcbxkw9XR19CnasIYXJCbKBho=";
   };
 
   nativeBuildInputs = [ gettext wrapGAppsHook ];