mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
journalist: fix malformed vendorHash (stray trailing "s")
This commit is contained in:
parent
d9a85a232f
commit
a6fbdf684e
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ buildGoModule (finalAttrs: {
|
|||
hash = "sha256-3MnkndG2c4P3oprIRbzj26oAutEmAgsUx8mjlaDLrkI=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-2EJ96dhhU7FZxMkHOmQo79WCHu8U1AGgFf47FIuQdek=s";
|
||||
vendorHash = "sha256-2EJ96dhhU7FZxMkHOmQo79WCHu8U1AGgFf47FIuQdek=";
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue