Unverified Commit 7decdccc authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

railway: 2.0.12 -> 2.0.13
parents 534d8d91 91c20089
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "railway";
  version = "2.0.12";
  version = "2.0.13";

  src = fetchFromGitHub {
    owner = "railwayapp";
    repo = "cli";
    rev = "v${version}";
    sha256 = "sha256-g1ljbdRppu4IGEgYxHeaRtG8SvgQ+/+Tir1L1dfuZw4=";
    sha256 = "sha256-NYYzMwwRm49YPcXUeriYIXjjK4ZJbbtF9Otr3MWXsiY=";
  };

  ldflags = [ "-s" "-w" ];