Merge pull request #181638 from OPNA2608/fix/hilbish_broken_hash

hilbish: fix src hash
This commit is contained in:
Bobby Rong 2022-07-16 10:01:02 +08:00 committed by GitHub
commit 28767ce873
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ buildGoModule rec {
owner = "Rosettea";
repo = "Hilbish";
rev = "v${version}";
sha256 = "sha256-n4+qUCbjqxLmGuCQ0QTscJ3me0UZUP/7ggvGp1pNkfg=";
sha256 = "sha256-fUGeQM+7FRGTRL3J4c2+c+NTwrM6d99F2ucKsou2kRk=";
fetchSubmodules = true;
};