Skip to content

Commit

Permalink
packages.perlNetInterface: bumping to 1.016
Browse files Browse the repository at this point in the history
Latest version of perlNetInterface and includes the necessary workaround
for the build failure with newer linux kernels:
  https://rt.cpan.org/Public/Bug/Display.html?id=124582
  • Loading branch information
sarcasticadmin committed Dec 1, 2024
1 parent d2a6b69 commit 993aa2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/packages/perl-net-interface/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

perlPackages.buildPerlPackage {
pname = "NetInterface";
version = "1.015";
version = "1.016";
buildInputs = [ linuxHeaders ];
doCheck = false;
src = fetchurl {
url = "mirror://cpan/authors/id/M/MI/MIKER/Net-Interface-1.015.tar.gz";
hash = "sha256-x6MFjTGh73k+eAtqTJCQEI/SxMNFeQ774AeFKgIvf4E=";
url = "mirror://cpan/authors/id/M/MI/MIKER/Net-Interface-1.016.tar.gz";
hash = "sha256-e+RGk14BPQ7dPTcfkvuQo7s4q+mVYoidgXiVMSnlNQg=";
};
}

0 comments on commit 993aa2c

Please sign in to comment.