Skip to content

Commit beb8e79

Browse files
authored
audacious: 4.4.1 -> 4.4.2 (#354626)
2 parents 2d0453e + e634271 commit beb8e79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/audio/audacious/default.nix

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

1414
stdenv.mkDerivation rec {
1515
pname = "audacious";
16-
version = "4.4.1";
16+
version = "4.4.2";
1717

1818
src = fetchFromGitHub {
1919
owner = "audacious-media-player";
2020
repo = "audacious";
2121
rev = "${pname}-${version}";
22-
hash = "sha256-Bz/OI38+IFTHlBH3p2NTzSj8YD/7Xd4JeWpHgCSpMXw=";
22+
hash = "sha256-Vh39uY15Pj2TbPk8gU55YykhFf5ytSUxN2gJ0VlC3tQ=";
2323
};
2424

2525
nativeBuildInputs = [

0 commit comments

Comments
 (0)