popura: Drop package

Package is abandoned upstream and only supports old Yggdrasil version.
This commit is contained in:
René Neumann
2026-01-15 11:27:22 +01:00
parent 5e94822196
commit 0d9702ca96
2 changed files with 1 additions and 38 deletions
-38
View File
@@ -1,38 +0,0 @@
{
lib,
buildGoModule,
fetchFromGitHub,
}:
buildGoModule rec {
pname = "popura";
version = "0.4.6";
src = fetchFromGitHub {
owner = "popura-network";
repo = "popura";
rev = "v${version}";
hash = "sha256-iCu6/vD4vgn7aGdwK+OB8ib/QwUwoFuxDUs7vqbTZQc=";
};
vendorHash = "sha256-9lQC35yt1S2uch3qgwNfa/1FHy+Qi1D5Jo7DWNMgU9w=";
ldflags =
let
pkgSrc = "github.com/yggdrasil-network/yggdrasil-go/src/version";
in
[
"-s"
"-w"
"-X=${pkgSrc}.buildName=yggdrasil"
"-X=${pkgSrc}.buildVersion=${version}"
];
meta = {
description = "Alternative Yggdrasil network client";
homepage = "https://github.com/popura-network/popura";
license = lib.licenses.lgpl3Only;
maintainers = [ ];
mainProgram = "yggdrasil";
};
}
+1
View File
@@ -1368,6 +1368,7 @@ mapAliases {
polipo = throw "'polipo' has been removed as it is unmaintained upstream"; # Added 2025-05-18
polypane = throw "'polypane' has been removed due to lack of maintenance in nixpkgs"; # Added 2025-06-25
poppler_utils = throw "'poppler_utils' has been renamed to/replaced by 'poppler-utils'"; # Converted to throw 2025-10-27
popura = throw "'popura' is abandoned upstream and in nixpkgs and has been removed"; # Added 2026-01-15
posterazor = throw "posterazor was removed due to numerous vulnerabilities in freeimage"; # Added 2025-10-23
postgis = throw "'postgis' has been removed. Use 'postgresqlPackages.postgis' instead."; # Added 2025-07-19
postgres-lsp = warnAlias "'postgres-lsp' has been renamed to 'postgres-language-server'" postgres-language-server; # Added 2025-10-28