Skip to content

Commit

Permalink
ocsinventory-agent: 2.10.1 -> 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyroussel committed Oct 27, 2024
1 parent ae9f64a commit 084ce62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/oc/ocsinventory-agent/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
}:

perlPackages.buildPerlPackage rec {
version = "2.10.1";
pname = "ocsinventory-agent";
version = "2.10.3";

src = fetchFromGitHub {
owner = "OCSInventory-NG";
repo = "UnixAgent";
rev = "refs/tags/v${version}-MAC";
hash = "sha256-aFzBrUsVttUhpYGEYd/yYuXmE90PGCiBmBsVjtHcHLg=";
hash = "sha256-r2oqs2gxFda0xn3B9Pmtpg7+E7PQpV2yOztP6GVnqyE=";
};

nativeBuildInputs = [ makeWrapper ] ++ lib.optional stdenv.hostPlatform.isDarwin shortenPerlShebang;
Expand Down Expand Up @@ -82,7 +82,7 @@ perlPackages.buildPerlPackage rec {
package = ocsinventory-agent;
command = "ocsinventory-agent --version";
# upstream has not updated version in lib/Ocsinventory/Agent/Config.pm
version = "2.10.0";
version = "2.10.2";
};
};
updateScript = nix-update-script { };
Expand Down

0 comments on commit 084ce62

Please sign in to comment.