audacious: 4.4.1 -> 4.4.2

This commit is contained in:
R. Ryantm 2024-11-08 22:38:59 +00:00
parent df07f2434a
commit e634271983

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "audacious"; pname = "audacious";
version = "4.4.1"; version = "4.4.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "audacious-media-player"; owner = "audacious-media-player";
repo = "audacious"; repo = "audacious";
rev = "${pname}-${version}"; rev = "${pname}-${version}";
hash = "sha256-Bz/OI38+IFTHlBH3p2NTzSj8YD/7Xd4JeWpHgCSpMXw="; hash = "sha256-Vh39uY15Pj2TbPk8gU55YykhFf5ytSUxN2gJ0VlC3tQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [