Merge pull request #307369 from r-ryantm/auto-update/hilbish

hilbish: 2.2.2 -> 2.2.3
This commit is contained in:
Nick Cao 2024-04-28 10:44:23 -04:00 committed by GitHub
commit 67939e1d93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hilbish";
version = "2.2.2";
version = "2.2.3";
src = fetchFromGitHub {
owner = "Rosettea";
repo = "Hilbish";
rev = "v${version}";
hash = "sha256-tkEEvxIBPpPbdIFxbo0pOHHORXEFZ8wn9emIeyz6glc=";
hash = "sha256-iqQhgge+m22gIIGlwwmAoYTxfMAs/sKrKjoQzyedil4=";
fetchSubmodules = true;
};