feat: scana11y changes

This commit is contained in:
2025-09-29 15:59:48 +02:00
parent bf5c7a74cb
commit 8ab1c91b38
3 changed files with 4 additions and 4 deletions

View File

@@ -2,13 +2,13 @@
let
saRepoSrc = builtins.fetchGit {
url = "ssh://gitea@git.cloonar.com/ScanA11y/sa-core.git";
rev = "daf955c2dffb5d27593746274c33e6e3043c8227";
rev = "844c5a6b95ae28ab17da127011d1f027680d1a9a";
};
in
buildGoModule rec {
pname = "sa-core";
version = "0.1.0";
version = "0.2.0";
src = saRepoSrc;