Skip to content

Commit 2d0453e

Browse files
authored
audacious-plugins: 4.4.1 -> 4.4.2 (#354624)
2 parents 0196905 + baf20ae commit 2d0453e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/audio/audacious/plugins.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646

4747
stdenv.mkDerivation rec {
4848
pname = "audacious-plugins";
49-
version = "4.4.1";
49+
version = "4.4.2";
5050

5151
src = fetchFromGitHub {
5252
owner = "audacious-media-player";
5353
repo = "audacious-plugins";
5454
rev = "${pname}-${version}";
55-
hash = "sha256-F2kcGc6VCaBsL5Zx7qtZjPvqzaxmR87Q9LTFEU+nqmo=";
55+
hash = "sha256-fA7xB04WLlleLIBDEZOVqDQguKAXtTsJoedQ9A/ZHQg=";
5656
};
5757

5858
patches = [ ./0001-Set-plugindir-to-PREFIX-lib-audacious.patch ];

0 commit comments

Comments
 (0)