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 2 3 3 buildGoModule rec { 4 4 pname = "railway"; 5 - version = "2.0.12"; 5 + version = "2.0.13"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "railwayapp"; 9 9 repo = "cli"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-g1ljbdRppu4IGEgYxHeaRtG8SvgQ+/+Tir1L1dfuZw4="; 11 + sha256 = "sha256-NYYzMwwRm49YPcXUeriYIXjjK4ZJbbtF9Otr3MWXsiY="; 12 12 }; 13 13 14 14 ldflags = [ "-s" "-w" ];