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

railway: 2.0.8 -> 2.0.10
This commit is contained in:
Jonas Heinrich 2022-08-30 11:20:08 +02:00 committed by GitHub
commit 48f0cc9e32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "railway";
version = "2.0.8";
version = "2.0.10";
src = fetchFromGitHub {
owner = "railwayapp";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-E6DCY+xM796pQb48xkVQ6d3qgIB528hbCU96SCu2eYI=";
sha256 = "sha256-g/QBsWWVjhmn5slNav7j+vrzwf/0mMAERJaDLRrbxGI=";
};
ldflags = [ "-s" "-w" ];