audacious-plugins: 4.4.2 -> 4.5
This commit is contained in:
parent
b55d4456d4
commit
ec3bf79871
@ -45,13 +45,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "audacious-plugins";
|
pname = "audacious-plugins";
|
||||||
version = "4.4.2";
|
version = "4.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "audacious-media-player";
|
owner = "audacious-media-player";
|
||||||
repo = "audacious-plugins";
|
repo = "audacious-plugins";
|
||||||
rev = "${pname}-${version}";
|
rev = "${pname}-${version}";
|
||||||
hash = "sha256-fA7xB04WLlleLIBDEZOVqDQguKAXtTsJoedQ9A/ZHQg=";
|
hash = "sha256-2GsNIkvrjZ1EOXi6H5jagdawxXp0kVg7C4FaEZkMHwM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./0001-Set-plugindir-to-PREFIX-lib-audacious.patch ];
|
patches = [ ./0001-Set-plugindir-to-PREFIX-lib-audacious.patch ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user