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

railway: 1.8.3 -> 1.8.4
This commit is contained in:
Bobby Rong 2022-07-30 10:35:15 +08:00 committed by GitHub
commit e33f6def19
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.3";
version = "1.8.4";
src = fetchFromGitHub {
owner = "railwayapp";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-PAKg/8Ljcrz92M4sdKXZBe9Qa0NYwWnghzjxsCO8nhU=";
sha256 = "sha256-7hYbTDY+ECaOKuK54hPA9oeOSnBWYUvxWJ7GElZKoWE=";
};
ldflags = [ "-s" "-w" ];