audacious-plugins: 4.4.1 -> 4.4.2 (#354624)

This commit is contained in:
Thiago Kenji Okada 2024-11-09 06:33:46 +00:00 committed by GitHub
commit 2d0453e2f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,13 +46,13 @@
stdenv.mkDerivation rec {
pname = "audacious-plugins";
version = "4.4.1";
version = "4.4.2";
src = fetchFromGitHub {
owner = "audacious-media-player";
repo = "audacious-plugins";
rev = "${pname}-${version}";
hash = "sha256-F2kcGc6VCaBsL5Zx7qtZjPvqzaxmR87Q9LTFEU+nqmo=";
hash = "sha256-fA7xB04WLlleLIBDEZOVqDQguKAXtTsJoedQ9A/ZHQg=";
};
patches = [ ./0001-Set-plugindir-to-PREFIX-lib-audacious.patch ];