railway: 1.8.4 -> 2.0.0

This commit is contained in:
R. Ryantm 2022-08-03 10:10:20 +00:00
parent d4de56330c
commit c2c7a1bd6e

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" ];