Skip to content

Commit b570d4b

Browse files
sqlboiler: 4.17.1 -> 4.18.0 (NixOS#370788)
2 parents 942ea8c + 4e971d8 commit b570d4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sq/sqlboiler/package.nix

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

66
buildGoModule rec {
77
pname = "sqlboiler";
8-
version = "4.17.1";
8+
version = "4.18.0";
99

1010
src = fetchFromGitHub {
1111
owner = "volatiletech";
1212
repo = "sqlboiler";
1313
tag = "v${version}";
14-
hash = "sha256-hb8aMaK2iDDCEJXoNn9BLELP0J7LcJzsQdSYZe1tcjQ=";
14+
hash = "sha256-gpRegyW6LrKj45MDl+eOKrTqTo1wn7JOd4zPDexOB6M=";
1515
};
1616

17-
vendorHash = "sha256-ZGGoTWSbGtsmrEQcZI40z6QF6qh4t3LN17Sox4KHQMA=";
17+
vendorHash = "sha256-BTrQPWThfJ7gWXi/Y1l/s2BmkW5lVYS/PP0WRwntQxA=";
1818

1919
tags = [
2020
"mysql"

0 commit comments

Comments
 (0)