nicotine-plus: 3.2.0 -> 3.2.1

This commit is contained in:
R. Ryantm 2022-02-11 16:53:32 +00:00 committed by ehmry
parent 54f3ef6625
commit af35bc1c34

View File

@ -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 ];