about summary refs log tree commit diff
path: root/pkgs/servers/mail/listmonk
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-01-21 11:35:00 -0500
committerfigsoda <figsoda@pm.me>2023-01-21 11:35:00 -0500
commitd8f9bcbcd6df047bebb909ad75d4fe0cb9adffb0 (patch)
treed9b6bedd1008c97bb28b5a52b566cb2b1e6cff78 /pkgs/servers/mail/listmonk
parent9f05e44db61e90f44b2831f051dd53c5e014ae3c (diff)
treewide: remove empty go vendor hashes
Diffstat (limited to 'pkgs/servers/mail/listmonk')
-rw-r--r--pkgs/servers/mail/listmonk/stuffbin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/mail/listmonk/stuffbin.nix b/pkgs/servers/mail/listmonk/stuffbin.nix
index 92c9785e27317..442307fad65b3 100644
--- a/pkgs/servers/mail/listmonk/stuffbin.nix
+++ b/pkgs/servers/mail/listmonk/stuffbin.nix
@@ -4,7 +4,7 @@ buildGoModule rec {
   pname = "stuffbin";
   version = "1.1.0";
 
-  vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
+  vendorSha256 = null;
 
   src = fetchFromGitHub {
     owner = "knadh";