orbiton: 2.71.0 -> 2.72.1

This commit is contained in:
R. Ryantm
2026-02-20 13:39:33 +00:00
parent 3872d14c6a
commit e49f8015f7
+2 -2
View File
@@ -12,13 +12,13 @@
buildGoModule rec {
pname = "orbiton";
version = "2.71.0";
version = "2.72.1";
src = fetchFromGitHub {
owner = "xyproto";
repo = "orbiton";
tag = "v${version}";
hash = "sha256-KJqHSl5ebCLl5kiAYkG1VeGEb/TZUuF/4fnslWA6KKY=";
hash = "sha256-tQufX7LIRrPDCid2lfKKEJjZHInVDRVmoCd1oYiSCfk=";
};
vendorHash = null;