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

nicotine-plus: 3.2.7 -> 3.2.8
This commit is contained in:
Nick Cao 2023-01-17 10:36:35 +08:00 committed by GitHub
commit 5cfca686be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
python3Packages.buildPythonApplication rec {
pname = "nicotine-plus";
version = "3.2.7";
version = "3.2.8";
src = fetchFromGitHub {
owner = "nicotine-plus";
repo = "nicotine-plus";
rev = "refs/tags/${version}";
sha256 = "sha256-MPhMKbDBKZAF5fktzA6bZBlVkyDrBnhEFhRWkRbXP/A=";
sha256 = "sha256-/l31w7ohBgjeE+Ywuo7aaDZBzVNLFD3dqMRr/P3ge+s=";
};
nativeBuildInputs = [ gettext wrapGAppsHook gobject-introspection ];