Skip to content

Commit 6ca1b5d

Browse files
Update version to v1.4.181 and commit
1 parent c85135c commit 6ca1b5d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

nix/pkgs/fabric/gomod2nix.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ schema = 3
3535
version = "v1.3.3"
3636
hash = "sha256-jv7ZshpSd7FZzKKN6hqlUgiR8C3y85zNIS/hq7g76Ho="
3737
[mod."github.com/anthropics/anthropic-sdk-go"]
38-
version = "v0.2.0-alpha.11"
39-
hash = "sha256-0wl62e6AVhDY3KkoYrfAHFtBrwNC4nzqrR55iyCJlwk="
38+
version = "v0.2.0-beta.3"
39+
hash = "sha256-QnR7MWiLPVii9jy7rjrZfg1UDgXCXkc2latdzFurrFM="
4040
[mod."github.com/araddon/dateparse"]
4141
version = "v0.0.0-20210429162001-6b43995a97de"
4242
hash = "sha256-UuX84naeRGMsFOgIgRoBHG5sNy1CzBkWPKmd6VbLwFw="

nix/pkgs/fabric/version.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"1.4.180"
1+
"1.4.181"

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
var version = "v1.4.180"
3+
var version = "v1.4.181"

0 commit comments

Comments
 (0)