foomatic-db: 0-unstable-2024-08-13 -> 0-unstable-2024-12-05

Adds one Oki printer PPD file.
This commit is contained in:
Yarny0
2024-12-06 15:47:26 +01:00
parent 3195f07888
commit ab8c8edc97
+3 -3
View File
@@ -13,15 +13,15 @@
stdenv.mkDerivation (finalAttrs: {
pname = "foomatic-db";
version = "0-unstable-2024-08-13";
version = "0-unstable-2024-12-05";
src = fetchFromGitHub {
# there is also a daily snapshot at the `downloadPage`,
# but it gets deleted quickly and would provoke 404 errors
owner = "OpenPrinting";
repo = "foomatic-db";
rev = "359508733741039b65c86e7a1318a89862e03b13";
hash = "sha256-DSduuSC9XX2+fS2XOQ4/FrmBzOu7rgfNDeLzpcBplsY=";
rev = "9a7a08318598fea569cf073489709899c9af6143";
hash = "sha256-7vvJPhUa4oDe101Iv897LoChNIcdTa4LviLUndHxWtw=";
};
buildInputs = [ cups cups-filters ghostscript gnused perl ];