Unverified Commit d2e77255 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

foomatic-db: unstable-2023-09-02 -> unstable-2024-02-09
parents cd39de22 d12a6c07
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];