perlPackages.AudioScan: switch to slimserver fork, 1.01 -> 1.05

This commit is contained in:
Adam Stephens 2023-12-13 16:04:46 -05:00
parent 93d72b9294
commit cb3660e7e4
No known key found for this signature in database

View File

@ -1294,16 +1294,17 @@ with self; {
AudioScan = buildPerlPackage {
pname = "Audio-Scan";
version = "1.01";
version = "1.05";
src = fetchurl {
url = "mirror://cpan/authors/id/A/AG/AGRUNDMA/Audio-Scan-1.01.tar.gz";
hash = "sha256-gxJyAnHHrdxLvuwzEs3divS5kKxjYgSllsB5M61sY0o=";
url = "https://github.com/Logitech/slimserver-vendor/raw/public/8.3/CPAN/Audio-Scan-1.05.tar.gz";
hash = "sha256-9YXC8GHPRWKlV8emmTke7RB0HhiCbALmZQqtQFLcBi4=";
};
buildInputs = [ pkgs.zlib TestWarn ];
env.NIX_CFLAGS_COMPILE = "-I${pkgs.zlib.dev}/include";
NIX_CFLAGS_LINK = "-L${pkgs.zlib.out}/lib -lz";
meta = {
description = "Fast C metadata and tag reader for all common audio file formats";
description = "Fast C metadata and tag reader for all common audio file formats, slimserver fork";
homepage = "https://github.com/Logitech/slimserver-vendor";
license = with lib.licenses; [ gpl2Plus ];
};
};