Skip to content

Commit b6c2241

Browse files
nixpkgs-merge-bot[bot]emaryn
andauthored
krillinai: 1.1.5 -> 1.2.1-hotfix-2 (#413388)
Co-authored-by: emaryn <[email protected]>
2 parents 4d31f13 + bc95f85 commit b6c2241

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/kr/krillinai/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
buildGoModule (finalAttrs: {
1313
pname = "krillinai";
14-
version = "1.1.5";
14+
version = "1.2.1-hotfix-2";
1515

1616
src = fetchFromGitHub {
1717
owner = "krillinai";
1818
repo = "KrillinAI";
1919
tag = "v${finalAttrs.version}";
20-
hash = "sha256-jQlgkpQ+UTzn6MqGa+yVQ9v04IGGlMQQim3s0Oc9Zts=";
20+
hash = "sha256-Dw30Lsf4pHMDlrLmdoU+4v5SJfzx5UId6v/OocrsiS4=";
2121
};
2222

23-
vendorHash = "sha256-mpvypCZmvVVljftGpcV1aea3s7Xmhr0jLfKZIZ0nkX8=";
23+
vendorHash = "sha256-14YNdIfylUpcWqHhrpgmjxBHYRXaoR59jb1QdTckuLY=";
2424

2525
nativeBuildInputs = [ pkg-config ];
2626

0 commit comments

Comments
 (0)