audacious-plugins: 4.4.2 -> 4.5

This commit is contained in:
R. Ryantm 2025-07-24 13:24:22 +00:00
parent b55d4456d4
commit ec3bf79871

View File

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