Merge pull request #151511 from r-ryantm/auto-update/frugal

frugal: 3.14.10 -> 3.14.11
This commit is contained in:
Bobby Rong 2021-12-26 19:19:57 +08:00 committed by GitHub
commit 24dfe901e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "frugal";
version = "3.14.10";
version = "3.14.11";
src = fetchFromGitHub {
owner = "Workiva";
repo = pname;
rev = "v${version}";
sha256 = "sha256-K/Nptw0AEP7awS/xXCg6T2Ff3WQc7fKTUB/uEg1WOA4=";
sha256 = "sha256-XUG9Md6T0/+yn3KGqJO09FFlpuli2wJqOf/SEIVKXac=";
};
subPackages = [ "." ];