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

orbiton: 2.61.0 -> 2.62.0
This commit is contained in:
Nikolay Korotkiy 2023-05-27 07:23:15 +04:00 committed by GitHub
commit 9409fad0ab
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.61.0";
version = "2.62.0";
src = fetchFromGitHub {
owner = "xyproto";
repo = "orbiton";
rev = "v${version}";
hash = "sha256-GknQXHwpdIRzSjIc1ITsoiaks4Vi5KmVqL7sHzmfnmQ=";
hash = "sha256-DmS0rn1v9zksSzO7FVl5YsIIXvhQ3zhSBC/i7tosdag=";
};
vendorHash = null;