orbiton: 2.73.0 -> 2.73.1 (#503129)

This commit is contained in:
Nikolay Korotkiy
2026-03-25 14:20:01 +00:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
buildGoModule rec {
pname = "orbiton";
version = "2.73.0";
version = "2.73.1";
src = fetchFromGitHub {
owner = "xyproto";
repo = "orbiton";
tag = "v${version}";
hash = "sha256-qPIdSsWsbJlJQKGY9AA4qJRKmYTSdXtL1/okjQogGg4=";
hash = "sha256-C1uPpNNb3XgMqcryVtbv3fU/lqVm2E2ACpvBTK7KajI=";
};
vendorHash = null;