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

orbiton: 2.62.1 -> 2.62.3
This commit is contained in:
Weijia Wang
2023-06-13 15:59:04 +03:00
committed by GitHub
@@ -4,13 +4,13 @@
buildGoModule rec {
pname = "orbiton";
version = "2.62.1";
version = "2.62.3";
src = fetchFromGitHub {
owner = "xyproto";
repo = "orbiton";
rev = "v${version}";
hash = "sha256-viJlbBzV6zA/RbdF6kTNbER3ECayqS9hIns60kOa47c=";
hash = "sha256-/zIAF3LqOeIN91o33vntkBtQnESJhEDBljGPbMZvelc=";
};
vendorHash = null;