Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-01-31 00:46:33 +00:00
committed by GitHub
73 changed files with 424 additions and 141 deletions
+2 -2
View File
@@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "facter";
version = "3.14.14";
version = "3.14.15";
src = fetchFromGitHub {
sha256 = "07pfa11i3nn2dk5g3c1qj3g7d2s8gd2fr0lmfijndaqxm7gjrn1a";
sha256 = "sha256-vRtDctiulR5YmcwNCZtSU/tsRjs1+DP07NFVSL1TSuI=";
rev = version;
repo = pname;
owner = "puppetlabs";
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Video BIOS execution tool";
homepage = "http://www.codon.org.uk/~mjg59/vbetool/";
homepage = "https://www.codon.org.uk/~mjg59/vbetool/";
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
license = licenses.gpl2;