Unverified Commit 6e6ad7b2 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

atlas: 0.36.1 -> 0.37.0 (#443868)

parents d5742065 f2621f1c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,19 +8,19 @@

buildGoModule (finalAttrs: {
  pname = "atlas";
  version = "0.36.1";
  version = "0.37.0";

  src = fetchFromGitHub {
    owner = "ariga";
    repo = "atlas";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ApZbZuREKEUkxDNLzTB1ZK2aVDh/c9Tf7RGwURlkefQ=";
    hash = "sha256-9OX2CmL9/5LzIbYHQKvC/wRCifGq9Ycycvr3uYck94Q=";
  };

  modRoot = "cmd/atlas";

  proxyVendor = true;
  vendorHash = "sha256-G78KpERRAP4lVsy3ur2ejT6jA6K5T257FHLb7afC/7c=";
  vendorHash = "sha256-wIDPTgfpWD0E9Afi5NHvL684k7YPjYkQIpHotNZeneY=";

  nativeBuildInputs = [ installShellFiles ];