feat: add modularity to scana11y
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
let
|
||||
saRepoSrc = builtins.fetchGit {
|
||||
url = "ssh://gitea@git.cloonar.com/ScanA11y/sa-core.git";
|
||||
rev = "844c5a6b95ae28ab17da127011d1f027680d1a9a";
|
||||
rev = "0d33fdb79b62c270d230ad307341ae107be96600";
|
||||
};
|
||||
in
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "sa-core";
|
||||
version = "0.2.0";
|
||||
version = "0.3.2";
|
||||
|
||||
src = saRepoSrc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user