foomatic-db: update & fix version numbers (#362443)

This commit is contained in:
Aleksana 2024-12-08 15:08:06 +08:00 committed by GitHub
commit 868be2c9df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
perlPackages.buildPerlPackage rec {
pname = "foomatic-db-engine";
version = "unstable-2024-02-10";
version = "0-unstable-2024-02-10";
src = fetchFromGitHub {
# there is also a daily snapshot at the `downloadPage`,

View File

@ -8,7 +8,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "foomatic-db-nonfree";
version = "unstable-2015-06-05";
version = "0-unstable-2015-06-05";
src = fetchFromGitHub {
# there is also a daily snapshot at the `downloadPage`,

View File

@ -13,15 +13,15 @@
stdenv.mkDerivation (finalAttrs: {
pname = "foomatic-db";
version = "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 ];