about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-11 16:53:32 +0000
committerehmry <ehmry@posteo.net>2022-02-12 16:45:27 +0100
commitaf35bc1c34a4d11d74c785b9912a55d59a834b6a (patch)
tree21e3fa6259d85fec709aec464b3c4239ea5caaf2
parent54f3ef66258dd3fc92e28b0bf11b1b1dfc2af5de (diff)
nicotine-plus: 3.2.0 -> 3.2.1
-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 34579ec8ba77c..c38a01a49d5e3 100644
--- a/pkgs/applications/networking/soulseek/nicotine-plus/default.nix
+++ b/pkgs/applications/networking/soulseek/nicotine-plus/default.nix
@@ -5,13 +5,13 @@ with lib;
 
 python3Packages.buildPythonApplication rec {
   pname = "nicotine-plus";
-  version = "3.2.0";
+  version = "3.2.1";
 
   src = fetchFromGitHub {
     owner = "Nicotine-Plus";
     repo = "nicotine-plus";
     rev = version;
-    hash = "sha256-E8b2VRlnMWmBHu919QDPBYuMbrjov9t//bHi1Y/F0Ak=";
+    hash = "sha256-3NXlNd3Zy++efnvcnfIOUP83mdJ5h8BmE4a2uWn5CPQ=";
   };
 
   nativeBuildInputs = [ gettext wrapGAppsHook ];