all: switch to vendorHash
This commit is contained in:
parent
ed388b543d
commit
74da09a319
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ pkgs.buildGoModule rec {
|
|||
hash = "sha256-g4/C2L+ZTb+oJ9+vfMP4PxyBKRF30VCTvEQCuIALInE=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-dIzK8r3pPmV8B2xhpSK7Vg82RnsZ2kptEYOkYPZrPik=";
|
||||
vendorHash = "sha256-dIzK8r3pPmV8B2xhpSK7Vg82RnsZ2kptEYOkYPZrPik=";
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/anonymous-overflow
|
||||
|
|
|
@ -11,7 +11,7 @@ pkgs.buildGo121Module rec {
|
|||
sha256 = "sha256-PNCpETT39z2As05XVUrCBlIzTi/ml/1AwmYVFGDJvGA=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-ma7x0sm27eT5Ph57B/wsmCxU2nmA4G4h1iOKjXC2EYY=";
|
||||
vendorHash = "sha256-ma7x0sm27eT5Ph57B/wsmCxU2nmA4G4h1iOKjXC2EYY=";
|
||||
|
||||
ldflags = "-s -w -X main.version=release";
|
||||
doCheck = false;
|
||||
|
|
|
@ -12,7 +12,7 @@ pkgs.buildGoModule rec {
|
|||
sha256 = "sha256-M40YS3T69sUzbEclr9jIl/6cJWmlvKYAsNcafaakWmg=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-u5N7aI9RIQ3EmiyHv0qhMcKkvmpp+5G7xbzdQcbhybs=";
|
||||
vendorHash = "sha256-u5N7aI9RIQ3EmiyHv0qhMcKkvmpp+5G7xbzdQcbhybs=";
|
||||
|
||||
nativeBuildInputs = [ pkgs.nodePackages.tailwindcss ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue