orbiton: 2.68.2 -> 2.68.4 (#362518)

This commit is contained in:
Nikolay Korotkiy
2024-12-06 23:11:14 +04:00
committed by GitHub
+2 -2
View File
@@ -4,13 +4,13 @@
buildGoModule rec {
pname = "orbiton";
version = "2.68.2";
version = "2.68.4";
src = fetchFromGitHub {
owner = "xyproto";
repo = "orbiton";
rev = "v${version}";
hash = "sha256-aCGdBG3AqD8PJHIHhie0KELQNRcD8JQfmjM2bDEjFbo=";
hash = "sha256-VEYeC3gtjBxkDYH/fEsdKtIInB8E2pcHokinspdj10Q=";
};
vendorHash = null;