orbiton: 2.68.2 -> 2.68.4

This commit is contained in:
R. Ryantm
2024-12-06 17:40:56 +00:00
parent e574201552
commit 1b7d1024fb
+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;