facter: 3.13.1 -> 3.13.2

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-04-30 12:31:38 -07:00 committed by Frederik Rietdijk
parent 5d8fd1b606
commit afc0f444b9

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "facter-${version}";
version = "3.13.1";
version = "3.13.2";
src = fetchFromGitHub {
sha256 = "1cj56s3gghkja4zrcyzhrwq5ac0r7zjfgj7jzp0i56vdv8a1mihr";
sha256 = "1yaj1qlyzsaffzpm4zmzm53mc6bhpzka8wc3dfk909nzykxg34zf";
rev = version;
repo = "facter";
owner = "puppetlabs";