Mario Rodas 2023-09-03 04:20:00 +00:00
parent 51651b1c62
commit 814ebba0d4

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "atlas";
version = "0.13.3";
version = "0.14.0";
src = fetchFromGitHub {
owner = "ariga";
repo = "atlas";
rev = "v${version}";
hash = "sha256-mnLrmsKFDpjTHyOgOeL/YsWcTfbKgv/M+phJSMFQReU=";
hash = "sha256-6Y6b8BBfCErbKJqhR7zhltbysibUlY7KAyZe7g5mRxQ=";
};
modRoot = "cmd/atlas";
vendorHash = "sha256-Xi0N3lU/gqmkqJcJeQqkKr0rcbad6cIclhq4t6DCTZI=";
vendorHash = "sha256-1Hhl2TzJWWXk4du9nbJTPXdYuss4TWfUIOw2DaAJQis=";
nativeBuildInputs = [ installShellFiles ];