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

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

atlas: 0.16.0 -> 0.17.0
parents 3c379dd7 b462bbfc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,19 +2,19 @@

buildGoModule rec {
  pname = "atlas";
  version = "0.16.0";
  version = "0.17.0";

  src = fetchFromGitHub {
    owner = "ariga";
    repo = "atlas";
    rev = "v${version}";
    hash = "sha256-v+LhyuUSKyZtCkNE/IBJs3dk3vkqKHvCNyaW+Wxp8oY=";
    hash = "sha256-PLwUaj/2WnVTBA+f+OT9RxnGPYL/fwn4Ga4aCWfFNIY=";
  };

  modRoot = "cmd/atlas";

  proxyVendor = true;
  vendorHash = "sha256-vkMZ7yscLg+y3tvU4AGR+L70xwqYsKVvE+Oe4+aUlv8=";
  vendorHash = "sha256-A7OPGi/FbixBh+o4hGaktmUODFTQo7BytpM0CN5jLWw=";

  nativeBuildInputs = [ installShellFiles ];