Skip to content

Commit

Permalink
perlPackages.AudioScan: 1.05 -> 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens committed Dec 2, 2024
1 parent ed30be5 commit 539999c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1312,10 +1312,10 @@ with self; {

AudioScan = buildPerlPackage {
pname = "Audio-Scan";
version = "1.05";
version = "1.10";
src = fetchurl {
url = "https://github.com/Logitech/slimserver-vendor/raw/public/8.3/CPAN/Audio-Scan-1.05.tar.gz";
hash = "sha256-9YXC8GHPRWKlV8emmTke7RB0HhiCbALmZQqtQFLcBi4=";
url = "https://github.com/Logitech/slimserver-vendor/raw/public/9.0/CPAN/Audio-Scan-1.10.tar.gz";
hash = "sha256-Vqi/rnYKijmaWYwTFTyj88aMoDB2cCSHxHeR1bkfqSk=";
};
buildInputs = [ pkgs.zlib TestWarn ];
env.NIX_CFLAGS_COMPILE = "-I${pkgs.zlib.dev}/include";
Expand Down

0 comments on commit 539999c

Please sign in to comment.