skate: update vendorSha256

This commit is contained in:
zowoq 2022-02-01 08:09:13 +10:00
parent be0b9a0b1d
commit b14d7dbf1d
2 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-rUOFx0ebZs3xmsSz9oFvjINaHp9gIe7E/5UoJJ47aZc=";
};
vendorSha256 = "sha256-3+KXirGwZvPhqCeglPqHJ9wEt6naJiRE3TAX7/jxJpk=";
vendorSha256 = "sha256-2jyhDSPO/Xg3xBCA93SMSlm7D+ze0MGbNtRpL82IAsk=";
doCheck = false;

View file

@ -26439,7 +26439,9 @@ with pkgs;
shepherd = nodePackages."@nerdwallet/shepherd";
skate = callPackage ../applications/misc/skate { };
skate = callPackage ../applications/misc/skate {
buildGoModule = buildGo117Module;
};
slack = callPackage ../applications/networking/instant-messengers/slack { };