orbiton: 2.67.1 → 2.68.2 (#354959)

This commit is contained in:
Nikolay Korotkiy 2024-11-14 20:23:36 +04:00 committed by GitHub
commit 17b6121ddd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;