Loading nixos/modules/services/misc/gotenberg.nix +0 −2 Original line number Diff line number Diff line Loading @@ -351,6 +351,4 @@ in // optionalAttrs (cfg.environmentFile != null) { EnvironmentFile = cfg.environmentFile; }; }; }; meta.maintainers = with lib.maintainers; [ pyrox0 ]; } nixos/tests/gotenberg.nix +0 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ { name = "gotenberg"; meta.maintainers = with lib.maintainers; [ pyrox0 ]; nodes.machine = { services.gotenberg = { Loading pkgs/by-name/go/gotenberg/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ let in buildGo125Module rec { pname = "gotenberg"; version = "8.24.0"; version = "8.25.0"; outputs = [ "out" Loading @@ -35,10 +35,10 @@ buildGo125Module rec { owner = "gotenberg"; repo = "gotenberg"; tag = "v${version}"; hash = "sha256-gYC7yc8ezc0gQrBCVF+/2NsyEKIt0/QRycBFLQuZt4g="; hash = "sha256-C/qUEyYYcp/VQ3++FbBK1etNhoJQ5om2PiCAgt6U91k="; }; vendorHash = "sha256-eeeswxGluCnC5sK7HRLPYiS3zMd7jKut/RY6uyfX6y0="; vendorHash = "sha256-RxpQIx2HTEjpUi5RsRiV9Nc7VUBOJI0YA2rH40iHRXE="; postPatch = '' find ./pkg -name '*_test.go' -exec sed -i -e 's#/tests#${src}#g' {} \; Loading Loading @@ -114,6 +114,6 @@ buildGo125Module rec { homepage = "https://gotenberg.dev"; changelog = "https://github.com/gotenberg/gotenberg/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ pyrox0 ]; maintainers = [ ]; }; } Loading
nixos/modules/services/misc/gotenberg.nix +0 −2 Original line number Diff line number Diff line Loading @@ -351,6 +351,4 @@ in // optionalAttrs (cfg.environmentFile != null) { EnvironmentFile = cfg.environmentFile; }; }; }; meta.maintainers = with lib.maintainers; [ pyrox0 ]; }
nixos/tests/gotenberg.nix +0 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ { name = "gotenberg"; meta.maintainers = with lib.maintainers; [ pyrox0 ]; nodes.machine = { services.gotenberg = { Loading
pkgs/by-name/go/gotenberg/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ let in buildGo125Module rec { pname = "gotenberg"; version = "8.24.0"; version = "8.25.0"; outputs = [ "out" Loading @@ -35,10 +35,10 @@ buildGo125Module rec { owner = "gotenberg"; repo = "gotenberg"; tag = "v${version}"; hash = "sha256-gYC7yc8ezc0gQrBCVF+/2NsyEKIt0/QRycBFLQuZt4g="; hash = "sha256-C/qUEyYYcp/VQ3++FbBK1etNhoJQ5om2PiCAgt6U91k="; }; vendorHash = "sha256-eeeswxGluCnC5sK7HRLPYiS3zMd7jKut/RY6uyfX6y0="; vendorHash = "sha256-RxpQIx2HTEjpUi5RsRiV9Nc7VUBOJI0YA2rH40iHRXE="; postPatch = '' find ./pkg -name '*_test.go' -exec sed -i -e 's#/tests#${src}#g' {} \; Loading Loading @@ -114,6 +114,6 @@ buildGo125Module rec { homepage = "https://gotenberg.dev"; changelog = "https://github.com/gotenberg/gotenberg/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ pyrox0 ]; maintainers = [ ]; }; }