fixed vendor error
This commit is contained in:
parent
903b3aea98
commit
ceb01ce39a
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
STEAM_API/
|
STEAM_API/
|
||||||
|
result
|
||||||
|
|
|
||||||
|
|
@ -21,5 +21,5 @@ buildGoModule {
|
||||||
# To begin with it is recommended to set this, but one must
|
# To begin with it is recommended to set this, but one must
|
||||||
# remember to bump this hash when your dependencies change.
|
# remember to bump this hash when your dependencies change.
|
||||||
# vendorHash = pkgs.lib.fakeHash;
|
# vendorHash = pkgs.lib.fakeHash;
|
||||||
vendorHash = null;
|
vendorHash = "sha256-8kzKNAzXcSxNSY+8H/PbYVV0J2p9q1dn1pbt7lo3g5o=";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue