cloudfox: refactor

This commit is contained in:
Fabian Affolter 2024-03-16 08:17:33 +01:00 committed by GitHub
parent 62e2b02365
commit 2507df6255
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "BishopFox";
repo = pname;
repo = "cloudfox";
rev = "refs/tags/v${version}";
hash = "sha256-nN/gSvAwKjfZulqH4caGoJmzlY0ik8JrFReuvYWwZTE=";
};