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

orbiton: 2.60.5 -> 2.60.6
This commit is contained in:
Nikolay Korotkiy 2023-04-21 18:35:05 +04:00 committed by GitHub
commit 8e9be4904f
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.60.5";
version = "2.60.6";
src = fetchFromGitHub {
owner = "xyproto";
repo = "orbiton";
rev = "v${version}";
hash = "sha256-gCE4mrZXLFteZKUPDsAc1hS1I/WTns9I9oZE5bAF7fU=";
hash = "sha256-uDxdv7HlswGsuM4UewZOO45/P9jIOo4bb0T1RrQqtpg=";
};
vendorHash = null;