Merge pull request #311276 from r-ryantm/auto-update/nicotine-plus

nicotine-plus: 3.3.2 -> 3.3.4
This commit is contained in:
Matthias Beyer
2024-05-18 09:07:09 +02:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
python3Packages.buildPythonApplication rec {
pname = "nicotine-plus";
version = "3.3.2";
version = "3.3.4";
src = fetchFromGitHub {
owner = "nicotine-plus";
repo = "nicotine-plus";
rev = "refs/tags/${version}";
hash = "sha256-dl4fTa+CXsycC+hhSkIzQQxrSkBDPsdrmKdrHPakGig=";
hash = "sha256-3OMcCMHx+uRid9MF2LMaqUOVQEDlvJiLIVDpCunhxw8=";
};
nativeBuildInputs = [ gettext wrapGAppsHook4 gobject-introspection ];