llama: 1.1.1 -> 1.2.0

This commit is contained in:
R. Ryantm 2022-11-22 15:09:06 +00:00 committed by Bobby Rong
parent c466874324
commit 402a7d1791

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "llama";
version = "1.1.1";
version = "1.2.0";
src = fetchFromGitHub {
owner = "antonmedv";
repo = "llama";
rev = "v${version}";
sha256 = "sha256-/YnaKodMkuHrB0xH1UNRq+a6VknKRqcbBIehaYM6Gyc=";
sha256 = "sha256-32UyFy269rifw4Hjw18FO0F79sDNW8dgJ2MdGXSzLWo=";
};
vendorSha256 = "sha256-nngto104p/qJpWM1NlmEqcrJThXSeCfcoXCzV1CClYQ=";