orbiton: 2.68.7 -> 2.68.8 (#385268)

This commit is contained in:
Nikolay Korotkiy
2025-02-26 23:21:50 +04:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
buildGoModule rec {
pname = "orbiton";
version = "2.68.7";
version = "2.68.8";
src = fetchFromGitHub {
owner = "xyproto";
repo = "orbiton";
tag = "v${version}";
hash = "sha256-x64sHd6d8zpOp9XWhjXkRfBqzyZWRC80QLZ8dYCgGjo=";
hash = "sha256-EYUhiKza2zdlgigQcFwTau2graR0Re1X/zI4kEjsZyc=";
};
vendorHash = null;