Unverified Commit f5294afd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

railway: 3.11.2 -> 3.11.4
parents 32d9ffd3 61e746fb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,16 +12,16 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "railway";
  version = "3.11.2";
  version = "3.11.4";

  src = fetchFromGitHub {
    owner = "railwayapp";
    repo = "cli";
    rev = "v${version}";
    hash = "sha256-uYe/8FwiMFwxpKF3wz+EOz7OUjYV37RUG7kf1ZCZX1c=";
    hash = "sha256-b9koWJunBlbg92/n5Wdvri7TAn9sbscLXasX+isXMHA=";
  };

  cargoHash = "sha256-3CjKI3lIIa2H8F9Kc34NZr0D99D0aypFNwh+YPN/EZQ=";
  cargoHash = "sha256-1N/5HNDN45Y+GSsrxMhVJAGbLUyLjDZaVNHS77x1SKw=";

  nativeBuildInputs = [ pkg-config ];