Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-23 00:40:24 +00:00
committed by GitHub
32 changed files with 403 additions and 698 deletions
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bdf2psf";
version = "1.201";
version = "1.202";
src = fetchurl {
url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
sha256 = "sha256-XVaROIxyNBBFoXf+K1mv4mW8wWozqMcs1cgaWj8L8Q0=";
sha256 = "sha256-QXjORfwPxNF9iWF29YcVyT2EAwcR4UQjF4Zv7dPMC9c=";
};
nativeBuildInputs = [ dpkg ];
+1 -1
View File
@@ -76,7 +76,7 @@ in stdenv.mkDerivation {
homepage = "https://code.dogmap.org./fdtools/";
description = "A set of utilities for working with file descriptors";
license = lib.licenses.gpl2;
platforms = lib.platforms.all;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.Profpatsch ];
};
}