From 1305e7149866cd116bb153a93e54033c640207b7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 21 Aug 2022 11:48:49 +0000 Subject: [PATCH] nicotine-plus: 3.2.2 -> 3.2.4 --- .../networking/soulseek/nicotine-plus/default.nix | 6 +++--- 1 file 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 4daf11595efa..ec56ed0464ca 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 ];