Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-02-13 00:36:11 +00:00
committed by GitHub
90 changed files with 2517 additions and 1444 deletions
+2 -2
View File
@@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "facter";
version = "3.14.15";
version = "3.14.16";
src = fetchFromGitHub {
sha256 = "sha256-vRtDctiulR5YmcwNCZtSU/tsRjs1+DP07NFVSL1TSuI=";
sha256 = "sha256-VZIeyLJBlh5/r0EHinSiPiQyCNUBFBYjDZ6nTVnZBbE=";
rev = version;
repo = pname;
owner = "puppetlabs";