Fix buildGoModule vendor hash attribute (#58)

We cannot use the `vendorSha256` attribute in the `buildGoModule` function anymore.
main
Jean-François Roche 6 months ago committed by GitHub
parent dd1631fa3b
commit 09e02c2f1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,7 +2,7 @@
pkgs.buildGoModule {
name = "systemd-vaultd";
src = ./.;
vendorSha256 = null;
vendorHash = null;
meta = with pkgs.lib; {
description = "A proxy for secrets between systemd services and vault";
homepage = "https://github.com/numtide/systemd-vaultd";

Loading…
Cancel
Save