Merge pull request #292871 from r-ryantm/auto-update/metabigor

metabigor: 1.12.1 -> 2.0.0
This commit is contained in:
Nick Cao 2024-03-03 09:46:17 -05:00 committed by GitHub
commit b5619090cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "metabigor";
version = "1.12.1";
version = "2.0.0";
src = fetchFromGitHub {
owner = "j3ssie";
repo = pname;
rev = "v${version}";
sha256 = "sha256-T1P+jAAsKObKRaoxH8c/DMEfXtmSrvnDd5Y3ocKcCSc=";
sha256 = "sha256-JFt9PC6VHWTYuaIWh2t2BiGFm1tGwZDdhhdp2xtmXSI=";
};
vendorHash = "sha256-V+72l2TvhEWgDg7kvn5OOjYcyEgWGLgTGnt58Bu+AEQ=";
vendorHash = "sha256-PGUOTEFcOL1pG+itTp9ce1qW+1V6hts8jKpA0E8orDk=";
# Disabled for now as there are some failures ("undefined:")
doCheck = false;