Skip to content

Commit

Permalink
fabric-ai: 1.4.119 -> 1.4.122 (NixOS#366531)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 19, 2024
2 parents b5ba0d5 + ba77409 commit f332b90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/fa/fabric-ai/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "fabric-ai";
version = "1.4.119";
version = "1.4.122";

src = fetchFromGitHub {
owner = "danielmiessler";
repo = "fabric";
rev = "v${version}";
hash = "sha256-+KmhOMboSZU5LInNbknz3f3lIUGygApeefr1aaA44V0=";
hash = "sha256-wFVb2IdYB1T7wozQcjxLE7uVRsIFkPL5rS/8V0LnRcg=";
};

vendorHash = "sha256-adBp4ehQIME0x7YmCLEFqZHAMrTXry7pYXFagBHXxGE=";
vendorHash = "sha256-eV+Wb3IL8veO7NF5Y5zLgTW9eHJF6ke/0SrDojHF3X8=";

ldflags = [
"-s"
Expand Down

0 comments on commit f332b90

Please sign in to comment.