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
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "frugal";
version = "3.17.10";
version = "3.17.11";
src = fetchFromGitHub {
owner = "Workiva";
repo = pname;
rev = "v${version}";
sha256 = "sha256-FAxvpP2js0bTb5hwFTCGKxIbunM8htEaf17gbM60WWM=";
sha256 = "sha256-SCbnLIoHYvbiY2Irx1ufMZTjmUJIucPMgEFobJNor/c=";
};
subPackages = [ "." ];