fabric-ai: 1.4.46 -> 1.4.54
https://github.com/danielmiessler/fabric/releases/tag/v1.4.54
This commit is contained in:
parent
792b14b9b9
commit
fbcdee1811
@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "fabric-ai";
|
pname = "fabric-ai";
|
||||||
version = "1.4.46";
|
version = "1.4.54";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "danielmiessler";
|
owner = "danielmiessler";
|
||||||
repo = "fabric";
|
repo = "fabric";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-c25qnRgr7g8dIcHuRyqCmzGBqNR2wxvgjt7E6x8VsZA=";
|
hash = "sha256-93kOJLzCoJgj5kApQyzGOZOGDlz6G/aNO7bT7eAs5o8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-ef5fn3D0DcvluLIlwfZFGS/6bZgkduQhRXvjCrghBL8=";
|
vendorHash = "sha256-ef5fn3D0DcvluLIlwfZFGS/6bZgkduQhRXvjCrghBL8=";
|
||||||
|
Loading…
Reference in New Issue
Block a user