fixed vendor error

This commit is contained in:
specCon18 2025-06-22 02:07:11 -04:00
parent 903b3aea98
commit ceb01ce39a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
STEAM_API/
result

View file

@ -21,5 +21,5 @@ buildGoModule {
# To begin with it is recommended to set this, but one must
# remember to bump this hash when your dependencies change.
# vendorHash = pkgs.lib.fakeHash;
vendorHash = null;
vendorHash = "sha256-8kzKNAzXcSxNSY+8H/PbYVV0J2p9q1dn1pbt7lo3g5o=";
}