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

View File

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