We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 942ea8c + 4e971d8 commit b570d4bCopy full SHA for b570d4b
pkgs/by-name/sq/sqlboiler/package.nix
@@ -5,16 +5,16 @@
5
6
buildGoModule rec {
7
pname = "sqlboiler";
8
- version = "4.17.1";
+ version = "4.18.0";
9
10
src = fetchFromGitHub {
11
owner = "volatiletech";
12
repo = "sqlboiler";
13
tag = "v${version}";
14
- hash = "sha256-hb8aMaK2iDDCEJXoNn9BLELP0J7LcJzsQdSYZe1tcjQ=";
+ hash = "sha256-gpRegyW6LrKj45MDl+eOKrTqTo1wn7JOd4zPDexOB6M=";
15
};
16
17
- vendorHash = "sha256-ZGGoTWSbGtsmrEQcZI40z6QF6qh4t3LN17Sox4KHQMA=";
+ vendorHash = "sha256-BTrQPWThfJ7gWXi/Y1l/s2BmkW5lVYS/PP0WRwntQxA=";
18
19
tags = [
20
"mysql"
0 commit comments