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

Merge pull request #300855 from r-ryantm/auto-update/atlas

atlas: 0.20.0 -> 0.21.0
parents cfbde8ec db902cab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "atlas";
  version = "0.20.0";
  version = "0.21.0";

  src = fetchFromGitHub {
    owner = "ariga";
    repo = "atlas";
    rev = "v${version}";
    hash = "sha256-PQPf3cHlKP+0PIOkR/SZ4f9sBv+gJ+bJuJl9/OLRpb0=";
    hash = "sha256-YgZX06BbtI1zf2Z4boyLos6pARzmCtOgJhrQqSZzRS4=";
  };

  modRoot = "cmd/atlas";