metabigor: 1.12.1 -> 2.0.0

This commit is contained in:
R. Ryantm 2024-03-02 20:40:24 +00:00
parent 9c8cdfde17
commit 7d96b872b4

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;