Merge pull request #184987 from r-ryantm/auto-update/railway

railway: 1.8.4 -> 2.0.0
This commit is contained in:
Bobby Rong 2022-08-09 22:11:05 +08:00 committed by GitHub
commit 3350e6cbe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "railway";
version = "1.8.4";
version = "2.0.0";
src = fetchFromGitHub {
owner = "railwayapp";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-7hYbTDY+ECaOKuK54hPA9oeOSnBWYUvxWJ7GElZKoWE=";
sha256 = "sha256-0849Rm1QSMAJ2jVK0H8sA89bxI2nFDDTEsnSdXTuWTs=";
};
ldflags = [ "-s" "-w" ];