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

hilbish: 1.0.2 -> 1.0.4
This commit is contained in:
Ryan Mulligan 2022-03-15 15:39:15 -07:00 committed by GitHub
commit 073c8a99a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hilbish";
version = "1.0.2";
version = "1.0.4";
src = fetchFromGitHub {
owner = "Rosettea";
repo = "Hilbish";
rev = "v${version}";
sha256 = "sha256-BsN2v6OEWOtk8ENKr5G+lSmNIUA89VfpO+QQoBizx9g=";
sha256 = "sha256-JVAyE6iSfRres2YalQF3CWK5Jtn5HoW6p6RHVbwzoVQ=";
fetchSubmodules = true;
};