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-08-21 11:48:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-21 11:48:49 +0000
commit1305e7149866cd116bb153a93e54033c640207b7 (patch)
tree1358e2e74066ab6f25425ea014e21c6117b26ca8 /pkgs/applications/networking/soulseek
parent6895427d343b92d2ee9a2e55ce77137869623e28 (diff)
nicotine-plus: 3.2.2 -> 3.2.4
Diffstat (limited to 'pkgs/applications/networking/soulseek')
-rw-r--r--pkgs/applications/networking/soulseek/nicotine-plus/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/soulseek/nicotine-plus/default.nix b/pkgs/applications/networking/soulseek/nicotine-plus/default.nix
index 4daf11595efae..ec56ed0464ca6 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.2";
+  version = "3.2.4";
 
   src = fetchFromGitHub {
     owner = "nicotine-plus";
     repo = "nicotine-plus";
-    rev = version;
-    sha256 = "sha256-aD5LQ0l6bet/iQKiu1mta4fUeijfip9IdzbGnTkCNdQ=";
+    rev = "refs/tags/${version}";
+    sha256 = "sha256-swFNFw2a5PXwBkh0FBrCy5u3m5gErq29ZmWhMP7MpmQ=";
   };
 
   nativeBuildInputs = [ gettext wrapGAppsHook ];