Merge pull request #257374 from r-ryantm/auto-update/orbiton

orbiton: 2.64.3 -> 2.65.0
This commit is contained in:
Nikolay Korotkiy
2023-09-26 21:23:26 +04:00
committed by GitHub

View File

@@ -4,13 +4,13 @@
buildGoModule rec {
pname = "orbiton";
version = "2.64.3";
version = "2.65.0";
src = fetchFromGitHub {
owner = "xyproto";
repo = "orbiton";
rev = "v${version}";
hash = "sha256-mx6k6OXr3iTCD1FTC7J1fnz7Gs/GyggHXnVywuPo5BY=";
hash = "sha256-ul5E5xOtH5qh5tNE+S/VhUOr079wHwgtXF7ZIAwGzgU=";
};
vendorHash = null;