sql-migrate: 1.8.0 -> 1.8.1 (#463889)
This commit is contained in:
@@ -5,16 +5,16 @@
|
||||
}:
|
||||
buildGoModule rec {
|
||||
pname = "sql-migrate";
|
||||
version = "1.8.0";
|
||||
version = "1.8.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rubenv";
|
||||
repo = "sql-migrate";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-zk1ryQSjmO1ziZvMeb3BOb5rvZWgbZm39Sz1N9dJ8dM=";
|
||||
hash = "sha256-hq0qpg9KE7Gb8W5ur1kKSFGJOwsUujIuc+XUykdgEQ0=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-p/7oKqvbCNWom9q6UaY89GZ4sv0hx1IuzCIw0CH1EwQ=";
|
||||
vendorHash = "sha256-+2Sr/1SJwyUnSgmLGdqnw24wwndHwtwsFGanX6aVVKU=";
|
||||
|
||||
meta = {
|
||||
description = "SQL Schema migration tool for Go. Based on gorp and goose";
|
||||
|
||||
Reference in New Issue
Block a user