audacious-bare: 4.4.2 -> 4.5

This commit is contained in:
R. Ryantm 2025-07-16 00:14:48 +00:00
parent ab7ac10545
commit c8adab7afc

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "audacious"; pname = "audacious";
version = "4.4.2"; version = "4.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "audacious-media-player"; owner = "audacious-media-player";
repo = "audacious"; repo = "audacious";
rev = "${pname}-${version}"; rev = "${pname}-${version}";
hash = "sha256-Vh39uY15Pj2TbPk8gU55YykhFf5ytSUxN2gJ0VlC3tQ="; hash = "sha256-oYssIeVAvz2nx/3GRxgmsUjp2mnEFMem0WNPJG9l14E=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [