llama: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2022-11-19 11:10:41 +00:00
parent 3d185562b5
commit f2ae4ab35d

View File

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