journalist: fix malformed vendorHash (stray trailing "s") (#526893)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-02 03:58:39 +00:00
committed by GitHub
+1 -1
View File
@@ -15,7 +15,7 @@ buildGoModule (finalAttrs: {
hash = "sha256-3MnkndG2c4P3oprIRbzj26oAutEmAgsUx8mjlaDLrkI=";
};
vendorHash = "sha256-2EJ96dhhU7FZxMkHOmQo79WCHu8U1AGgFf47FIuQdek=s";
vendorHash = "sha256-2EJ96dhhU7FZxMkHOmQo79WCHu8U1AGgFf47FIuQdek=";
ldflags = [
"-s"