hilbish: 2.2.2 -> 2.2.3

This commit is contained in:
R. Ryantm 2024-04-28 02:08:26 +00:00
parent 60cb88cc49
commit b9950223d9

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;
};