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
commit 2052353f08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "nicotine-plus"; pname = "nicotine-plus";
version = "3.3.2"; version = "3.3.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nicotine-plus"; owner = "nicotine-plus";
repo = "nicotine-plus"; repo = "nicotine-plus";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-dl4fTa+CXsycC+hhSkIzQQxrSkBDPsdrmKdrHPakGig="; hash = "sha256-3OMcCMHx+uRid9MF2LMaqUOVQEDlvJiLIVDpCunhxw8=";
}; };
nativeBuildInputs = [ gettext wrapGAppsHook4 gobject-introspection ]; nativeBuildInputs = [ gettext wrapGAppsHook4 gobject-introspection ];