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

railway: 2.0.12 -> 2.0.13

authored by Mario Rodas and committed by GitHub 7decdccc 534d8d91

+2 -2
+2 -2
pkgs/development/tools/railway/default.nix
··· 2 3 buildGoModule rec { 4 pname = "railway"; 5 - version = "2.0.12"; 6 7 src = fetchFromGitHub { 8 owner = "railwayapp"; 9 repo = "cli"; 10 rev = "v${version}"; 11 - sha256 = "sha256-g1ljbdRppu4IGEgYxHeaRtG8SvgQ+/+Tir1L1dfuZw4="; 12 }; 13 14 ldflags = [ "-s" "-w" ];
··· 2 3 buildGoModule rec { 4 pname = "railway"; 5 + version = "2.0.13"; 6 7 src = fetchFromGitHub { 8 owner = "railwayapp"; 9 repo = "cli"; 10 rev = "v${version}"; 11 + sha256 = "sha256-NYYzMwwRm49YPcXUeriYIXjjK4ZJbbtF9Otr3MWXsiY="; 12 }; 13 14 ldflags = [ "-s" "-w" ];