expenses: update vendorSha256
This commit is contained in:
parent
e58bfc50ae
commit
7382672cdc
2 changed files with 4 additions and 2 deletions
|
@ -16,7 +16,7 @@ buildGoModule rec {
|
||||||
sha256 = "sha256-sqsogF2swMvYZL7Kj+ealrB1AAgIe7ZXXDLRdHL6Q+0=";
|
sha256 = "sha256-sqsogF2swMvYZL7Kj+ealrB1AAgIe7ZXXDLRdHL6Q+0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-Ac3f17Ws3Ne8Zo0vT+qlaMm/rhak9ua2jh5jlT6jF2Y=";
|
vendorSha256 = "sha256-rIcwZUOi6bdfiWZEsRF4kl1reNPPQNuBPHDOo7RQgYo=";
|
||||||
|
|
||||||
# package does not contain any tests as of v0.2.3
|
# package does not contain any tests as of v0.2.3
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
|
@ -25364,7 +25364,9 @@ with pkgs;
|
||||||
|
|
||||||
exercism = callPackage ../applications/misc/exercism { };
|
exercism = callPackage ../applications/misc/exercism { };
|
||||||
|
|
||||||
expenses = callPackage ../applications/misc/expenses { };
|
expenses = callPackage ../applications/misc/expenses {
|
||||||
|
buildGoModule = buildGo117Module;
|
||||||
|
};
|
||||||
|
|
||||||
fnott = callPackage ../applications/misc/fnott { };
|
fnott = callPackage ../applications/misc/fnott { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue