Commit Graph

9 Commits

Author SHA1 Message Date
Aaron Jheng
d38485921a
treewide: vendorSha256 -> vendorHash (#256514) 2023-09-21 19:11:11 +02:00
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Robert Schütz
6083d3d51f listmonk.frontend: use fetchYarnDeps 2023-09-06 09:37:02 -07:00
Raito Bezarius
1c37010b1e listmonk: modify the 1.20 Go support patch
Previously, it was a PR that was merged, meaning this will break.
Added a comment to explain why this patch.
2023-08-27 19:28:18 +02:00
Raito Bezarius
4e9874aaa6 listmonk: 2.2.0 -> 2.5.1
It was impossible to package further versions before
because listmonk upstream was using a very EOL Go version.

I was waiting for upstream to bump this, but it didn't happen, so I take
the matters in my hand.

Hopefully, the upstream PR will be accepted.
2023-08-22 23:51:11 +02:00
figsoda
d8f9bcbcd6 treewide: remove empty go vendor hashes 2023-01-21 11:35:00 -05:00
Ryan Lahfa
28f4c3d8ee
listmonk: fix frontend build due to OpenSSL 3.0 deprecations
* listmonk: fix frontend build using Webpack due to OpenSSL 3.0 deprecations

See the OpenSSL 3.0 section here https://medium.com/the-node-js-collection/node-js-17-is-here-8dba1e14e382 for explanations.
Adds the missing hooks (pre/postinstall).

* listmonk: fix runHook preInstall

* listmonk: fix runHook postInstall

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
2022-09-24 13:01:26 -03:00
Raito Bezarius
6b891f4788 nixos/listmonk: init module 2022-09-21 19:55:20 +02:00
Raito Bezarius
b6fcfe826c listmonk: init at 2.2.0 2022-08-15 18:27:58 +02:00