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

orbiton: 2.65.6 -> 2.65.8
This commit is contained in:
Nikolay Korotkiy 2023-12-17 23:48:13 +04:00 committed by GitHub
commit 08b15dd557
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.6";
version = "2.65.8";
src = fetchFromGitHub {
owner = "xyproto";
repo = "orbiton";
rev = "v${version}";
hash = "sha256-HJ1smXLycxcII6FjvXCvxipm7G+2SVweOMPwJ3aJxMg=";
hash = "sha256-1g2D79yUHeFz9jpmz1N5qDmpe1DA8xV82t78ZUVOhBE=";
};
vendorHash = null;