frugal: drop (#472786)

This commit is contained in:
Aleksana
2025-12-24 14:08:42 +00:00
committed by GitHub
2 changed files with 1 additions and 29 deletions
-29
View File
@@ -1,29 +0,0 @@
{
lib,
buildGoModule,
fetchFromGitHub,
}:
buildGoModule rec {
pname = "frugal";
version = "3.17.13";
src = fetchFromGitHub {
owner = "Workiva";
repo = "frugal";
rev = "v${version}";
sha256 = "sha256-giPlv3pf0hz2zlQ/9o12SGfwFLCtpN96tfQwP9AaPNo=";
};
subPackages = [ "." ];
vendorHash = "sha256-DCSS2kH2yco8cfbQBw3IZHcEE4BP5ir7ikxsIsFDqg0=";
meta = {
description = "Thrift improved";
mainProgram = "frugal";
homepage = "https://github.com/Workiva/frugal";
license = with lib.licenses; [ asl20 ];
maintainers = with lib.maintainers; [ diogox ];
};
}
+1
View File
@@ -624,6 +624,7 @@ mapAliases {
freeimage = throw "freeimage was removed due to numerous vulnerabilities"; # Added 2025-10-23
freerdp3 = throw "'freerdp3' has been renamed to/replaced by 'freerdp'"; # Converted to throw 2025-10-27
freerdpUnstable = throw "'freerdpUnstable' has been renamed to/replaced by 'freerdp'"; # Converted to throw 2025-10-27
frugal = throw "'frugal' was removed because upstream has been pulled"; # Added 2025-12-20
fusee-launcher = throw "'fusee-launcher' was removed as upstream removed the original source repository fearing legal repercussions"; # Added 2025-07-05
futuresql = throw "'futuresql' has been renamed to/replaced by 'libsForQt5.futuresql'"; # Converted to throw 2025-10-27
fx_cast_bridge = throw "'fx_cast_bridge' has been renamed to/replaced by 'fx-cast-bridge'"; # Converted to throw 2025-10-27