Unverified Commit 3405d4b0 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #285910 from marsam/update-atlas

atlas: 0.18.0 -> 0.19.0
parents e718d584 59f4ab88
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "atlas";
  version = "0.18.0";
  version = "0.19.0";

  src = fetchFromGitHub {
    owner = "ariga";
    repo = "atlas";
    rev = "v${version}";
    hash = "sha256-xbQ5ZhyCQY/IosBPMD8MKQ1KnIymPD8IhUKaIdXHAok=";
    hash = "sha256-aTmEQFE+W8qRn7NlMYNr1yXYHLfmvg9Wrd8fzEeaYAo=";
  };

  modRoot = "cmd/atlas";