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

orbiton: 2.62.6 -> 2.62.7
This commit is contained in:
Nikolay Korotkiy 2023-07-27 19:56:11 +04:00 committed by GitHub
commit bdddb46f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
buildGoModule rec {
pname = "orbiton";
version = "2.62.6";
version = "2.62.7";
src = fetchFromGitHub {
owner = "xyproto";
repo = "orbiton";
rev = "v${version}";
hash = "sha256-wSefvbpqxEbzgReOBPcot+VeXazwK/NPzh+wmmYhrls=";
hash = "sha256-NQBFplrYh33zcKfXrcZpWrF3Uac7YXdxh3D+wixEzP0=";
};
vendorHash = null;