wakeonlan: 0.41 -> 0.42

This commit is contained in:
Melvyn 2022-07-10 23:32:23 -07:00 committed by melvyn2
parent 1120fa53d8
commit c17e97b121
No known key found for this signature in database
GPG Key ID: 25A2B7280CE3AFF6

View File

@ -2,18 +2,20 @@
perlPackages.buildPerlPackage rec {
pname = "wakeonlan";
version = "0.41";
version = "0.42";
src = fetchFromGitHub {
owner = "jpoliv";
repo = pname;
rev = "wakeonlan-${version}";
sha256 = "0m48b39lz0yc5ckx2jx8y2p4c8npjngxl9wy86k43xgsd8mq1g3c";
rev = "v${version}";
sha256 = "sha256-zCOpp5iNrWwh2knBGWhiEyG9IPAnFRwH5jJLEVLBISM=";
};
outputs = [ "out" ];
nativeBuildInputs = [ installShellFiles ];
# checkInputs = [ perl534Packages.TestPerlCritic perl534Packages.TestPod perl534Packages.TestPodCoverage ];
doCheck = false; # Missing package for https://github.com/genio/test-spelling to run tests
installPhase = ''
install -Dt $out/bin wakeonlan