octosql: 0.11.1 -> 0.12.0

This commit is contained in:
R. Ryantm 2022-10-21 23:33:59 +00:00 committed by Bobby Rong
parent f157bef02b
commit cb8f9021fe

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "octosql";
version = "0.11.1";
version = "0.12.0";
src = fetchFromGitHub {
owner = "cube2222";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Ao1c0oCgrn0XGCMlIhvHqCnWIIiLejp7gfkK0guIDrI=";
sha256 = "sha256-UXHNA53ipGybYYAu+Ml8tI+9YZPW18BLsVjkW/UNQag=";
};
vendorSha256 = "sha256-as8vJmUH0mDPQ8K6D5yRybPV5ibvHEtyQjArXjimGpo=";