fix submodules/sourcehut test

This commit is contained in:
figsoda 2023-02-15 18:33:33 -05:00
parent 81344513a4
commit 370a9c983c
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
fetchFromSourcehut {
owner = "~cnx";
repo = "blackshades";
rev = "2.4.0";
hash = "sha256-owsP50zYFV1Z+c0bSUaHmnvH+BywfJSp7oSk3ys/+GM=";
rev = "2.5.0";
hash = "sha256-cH9o1+43TvZ96SmPRDS5cLAzVSf16qohhKDgjHj8cQc=";
fetchSubmodules = true;
}

View File

@ -1 +1 @@
args = ["https://git.sr.ht/~cnx/blackshades", "2.4.0", "--submodules"]
args = ["https://git.sr.ht/~cnx/blackshades", "2.5.0", "--submodules"]