fabric-ai: 1.4.46 -> 1.4.54

https://github.com/danielmiessler/fabric/releases/tag/v1.4.54
This commit is contained in:
redyf 2024-10-07 18:10:28 -03:00
parent 792b14b9b9
commit fbcdee1811

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "fabric-ai";
version = "1.4.46";
version = "1.4.54";
src = fetchFromGitHub {
owner = "danielmiessler";
repo = "fabric";
rev = "v${version}";
hash = "sha256-c25qnRgr7g8dIcHuRyqCmzGBqNR2wxvgjt7E6x8VsZA=";
hash = "sha256-93kOJLzCoJgj5kApQyzGOZOGDlz6G/aNO7bT7eAs5o8=";
};
vendorHash = "sha256-ef5fn3D0DcvluLIlwfZFGS/6bZgkduQhRXvjCrghBL8=";