facter: 3.12.3 -> 3.13.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/facter/versions
This commit is contained in:
R. RyanTM 2019-03-01 20:12:23 -08:00
parent 2fcb11a244
commit 1508e4bf8f

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "facter-${version}";
version = "3.12.3";
version = "3.13.0";
src = fetchFromGitHub {
sha256 = "0b9ci3r42dvqvvh3vflba75iv52n0viwddw9qpjsprb35ff9vzp7";
sha256 = "1sqj8777vwb2izm86y74sivbpyxcx95sflgjn0pbqni311ck972v";
rev = version;
repo = "facter";
owner = "puppetlabs";