Merge pull request #121397 from r-ryantm/auto-update/facter

facter: 3.14.16 -> 3.14.17
This commit is contained in:
Luke Granger-Brown 2021-05-01 19:33:08 +01:00 committed by GitHub
commit 1b8f7cbee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "facter"; pname = "facter";
version = "3.14.16"; version = "3.14.17";
src = fetchFromGitHub { src = fetchFromGitHub {
sha256 = "sha256-VZIeyLJBlh5/r0EHinSiPiQyCNUBFBYjDZ6nTVnZBbE="; sha256 = "sha256-RvsUt1DyN8Xr+Xtz84mbKlDwxLewgK6qklYVdQHu6q0=";
rev = version; rev = version;
repo = pname; repo = pname;
owner = "puppetlabs"; owner = "puppetlabs";