expenses: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 16:47:22 +10:00
parent e58bfc50ae
commit 7382672cdc
2 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,7 @@ buildGoModule rec {
sha256 = "sha256-sqsogF2swMvYZL7Kj+ealrB1AAgIe7ZXXDLRdHL6Q+0=";
};
vendorSha256 = "sha256-Ac3f17Ws3Ne8Zo0vT+qlaMm/rhak9ua2jh5jlT6jF2Y=";
vendorSha256 = "sha256-rIcwZUOi6bdfiWZEsRF4kl1reNPPQNuBPHDOo7RQgYo=";
# package does not contain any tests as of v0.2.3
doCheck = false;

View File

@ -25364,7 +25364,9 @@ with pkgs;
exercism = callPackage ../applications/misc/exercism { };
expenses = callPackage ../applications/misc/expenses { };
expenses = callPackage ../applications/misc/expenses {
buildGoModule = buildGo117Module;
};
fnott = callPackage ../applications/misc/fnott { };