monsoon: fix rev

This commit is contained in:
Weijia Wang 2023-07-18 10:32:00 +03:00
parent 162485b1de
commit 71de4bcaec

View file

@ -11,7 +11,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "RedTeamPentesting";
repo = "monsoon";
rev = "refs/tagsv${version}";
rev = "refs/tags/v${version}";
hash = "sha256-7cfy8dYhiReFVz10wui3qqxlXOX7wheREkvSnj2KyOw=";
};