mirror of
https://github.com/juanfont/headscale.git
synced 2026-01-22 18:18:00 +00:00
nix: update vendor hash for Go dependencies
This commit is contained in:
parent
aa29fd95a3
commit
92caadcee6
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
let
|
let
|
||||||
pkgs = nixpkgs.legacyPackages.${prev.stdenv.hostPlatform.system};
|
pkgs = nixpkgs.legacyPackages.${prev.stdenv.hostPlatform.system};
|
||||||
buildGo = pkgs.buildGo125Module;
|
buildGo = pkgs.buildGo125Module;
|
||||||
vendorHash = "sha256-escboufgbk+lEitw48eWEIltXbaCPdysb/g4YR+extg=";
|
vendorHash = "sha256-dWsDgI5K+8mFw4PA5gfFBPCSqBJp5RcZzm0ML1+HsWw=";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
headscale = buildGo {
|
headscale = buildGo {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue