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

frugal: 3.17.10 -> 3.17.11
This commit is contained in:
Matthias Beyer 2024-04-14 08:08:32 +02:00 committed by GitHub
commit cc109e13b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "frugal"; pname = "frugal";
version = "3.17.10"; version = "3.17.11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Workiva"; owner = "Workiva";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-FAxvpP2js0bTb5hwFTCGKxIbunM8htEaf17gbM60WWM="; sha256 = "sha256-SCbnLIoHYvbiY2Irx1ufMZTjmUJIucPMgEFobJNor/c=";
}; };
subPackages = [ "." ]; subPackages = [ "." ];