audacious-plugins: 4.4 -> 4.4.1

This commit is contained in:
R. Ryantm 2024-09-27 01:34:28 +00:00
parent c7f9378f34
commit 0ea8d995b7

View File

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