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

orbiton: 2.65.1 -> 2.65.2
This commit is contained in:
Nikolay Korotkiy 2023-10-14 02:14:38 +04:00 committed by GitHub
commit 64449b8cdc
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.65.1";
version = "2.65.2";
src = fetchFromGitHub {
owner = "xyproto";
repo = "orbiton";
rev = "v${version}";
hash = "sha256-ebtzhir6nBnIawkJJq+BgXv/5CbXtbhujXkMBzQEsNY=";
hash = "sha256-wuRbn3zQlyqba21tKLVCRfs8QgreWQ+FBFDw6myoYbk=";
};
vendorHash = null;