mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
[Backport release-26.05] gokrazy: 0-unstable-2026-01-09 -> 0-unstable-2026-07-23 (#548256)
This commit is contained in:
@@ -4,19 +4,18 @@
|
||||
fetchFromGitHub,
|
||||
installShellFiles,
|
||||
}:
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "gokrazy";
|
||||
version = "0-unstable-2026-01-09";
|
||||
version = "0-unstable-2026-07-23";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gokrazy";
|
||||
repo = "tools";
|
||||
rev = "8ed49b4fafc72841e5a087362d719eb8a648db9b";
|
||||
hash = "sha256-VxRX94vmzVGt4KwC+0T/I8XCKdmftoDTLeYMISLsHoA=";
|
||||
rev = "3fe400c13246e09469afca86df37cdc6fe7c3ee9";
|
||||
hash = "sha256-+wLO374SJu4Sk7GKwJkg6UOxWmJ1ApIfLt3Hw89/dXU=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-Khvk7Q0HVyhCg4jMvjVQdSXHRq2uuv2wHszcDTTV3qk=";
|
||||
vendorHash = "sha256-+9i4dlxcxXw0WpeuHhnxli2qhB6IWOc4babuJXIO4wA=";
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
@@ -36,7 +35,7 @@ buildGoModule (finalAttrs: {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Turn your Go program(s) into an appliance running on the Raspberry Pi 3, Pi 4, Pi Zero 2 W, or amd64 PCs";
|
||||
description = "Turn your Go program(s) into an appliance running on the Raspberry Pi 3, Pi 4, Pi 5, Pi Zero 2 W, or amd64 PCs";
|
||||
homepage = "https://github.com/gokrazy/gokrazy";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ shayne ];
|
||||
|
||||
Reference in New Issue
Block a user