orbiton: 2.67.1 → 2.68.2

This commit is contained in:
Nikolay Korotkiy
2024-11-10 14:14:32 +04:00
parent 62fa59a639
commit 84399daae1
+2 -2
View File
@@ -4,13 +4,13 @@
buildGoModule rec {
pname = "orbiton";
version = "2.67.1";
version = "2.68.2";
src = fetchFromGitHub {
owner = "xyproto";
repo = "orbiton";
rev = "v${version}";
hash = "sha256-/5USD588kr3uB/Zs1ASKVgxH4kAWZCNBrZL7qqx49gU=";
hash = "sha256-aCGdBG3AqD8PJHIHhie0KELQNRcD8JQfmjM2bDEjFbo=";
};
vendorHash = null;