mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
sqlboiler: 4.19.0 -> 4.19.1 (#409065)
This commit is contained in:
commit
ef9926e560
1 changed files with 3 additions and 3 deletions
|
@ -6,16 +6,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "sqlboiler";
|
pname = "sqlboiler";
|
||||||
version = "4.19.0";
|
version = "4.19.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "volatiletech";
|
owner = "volatiletech";
|
||||||
repo = "sqlboiler";
|
repo = "sqlboiler";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-vsrC/i8ekjlKMVjH91XT9iizZaSD5Mi/p/4AFWBfAlQ=";
|
hash = "sha256-BZZL1nRd2YGj5wJNKkla+Ve4OQ1iU/8r82yjJxmc43M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-K1Bo2aENteZYjx7jRczqdcoYZn5G8ywtCtHkVB7Reus=";
|
vendorHash = "sha256-AFpJjngGZJ14Gfg6FEavZOR6WdboJYAweaLtqB9jm1k=";
|
||||||
|
|
||||||
tags = [
|
tags = [
|
||||||
"mysql"
|
"mysql"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue