Merge pull request #293003 from marsam/update-atlas
atlas: 0.19.1 -> 0.19.2
This commit is contained in:
commit
31fd2977ea
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "atlas";
|
||||
version = "0.19.1";
|
||||
version = "0.19.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ariga";
|
||||
repo = "atlas";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-fpgtEO17mj7e+LSlUBkFgnpWpr7C1a0pXfp9H6aIXo8=";
|
||||
hash = "sha256-P3KatCF9zoqGRh2N1Rc89wJmsE0bRM5Uoq3zTSdAhTY=";
|
||||
};
|
||||
|
||||
modRoot = "cmd/atlas";
|
||||
|
|
Loading…
Reference in a new issue