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

railway: 2.0.11 -> 2.0.12
This commit is contained in:
Mario Rodas 2022-09-25 09:18:35 -05:00 committed by GitHub
commit 98110a38d6
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.11";
version = "2.0.12";
src = fetchFromGitHub {
owner = "railwayapp";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-A8bfs8GgpsuX3QlJsjUWhgh0zXX0+HULRBQSY+lkXuE=";
sha256 = "sha256-g1ljbdRppu4IGEgYxHeaRtG8SvgQ+/+Tir1L1dfuZw4=";
};
ldflags = [ "-s" "-w" ];