Merge pull request #287465 from Yarny0/foomatic-db-update

foomatic-db: unstable-2023-09-02 -> unstable-2024-02-09
This commit is contained in:
Sandro 2024-02-25 20:44:40 +01:00 committed by GitHub
commit d2e77255fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,15 +13,15 @@
stdenv.mkDerivation rec {
pname = "foomatic-db";
version = "unstable-2023-09-02";
version = "unstable-2024-02-09";
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 = "4e6ab90da63afddee33d80115acb44149d2d292b";
hash = "sha256-wtDGJUyViiCenCY4zvr0Ia4ecZpoDsDSWwlYYs3YMT8=";
rev = "f8b43644771612f854fecda969440511de784bf0";
hash = "sha256-8Pui83Z7g5aHBJk46AYeKil/0++I6zcc5S/BWRuy1WM=";
};
buildInputs = [ cups cups-filters ghostscript gnused perl ];