orbiton: 2.65.1 -> 2.65.2

This commit is contained in:
R. Ryantm 2023-10-12 21:58:21 +00:00
parent 093f098d26
commit 9ebc64b7ee

View File

@ -4,13 +4,13 @@
buildGoModule rec { buildGoModule rec {
pname = "orbiton"; pname = "orbiton";
version = "2.65.1"; version = "2.65.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "xyproto"; owner = "xyproto";
repo = "orbiton"; repo = "orbiton";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-ebtzhir6nBnIawkJJq+BgXv/5CbXtbhujXkMBzQEsNY="; hash = "sha256-wuRbn3zQlyqba21tKLVCRfs8QgreWQ+FBFDw6myoYbk=";
}; };
vendorHash = null; vendorHash = null;