Unverified Commit c22ada9b authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

railway: 3.5.2 -> 3.7.0
parents a427e515 01aedd3f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,16 +3,16 @@

rustPlatform.buildRustPackage rec {
  pname = "railway";
  version = "3.5.2";
  version = "3.7.0";

  src = fetchFromGitHub {
    owner = "railwayapp";
    repo = "cli";
    rev = "v${version}";
    hash = "sha256-QlynZgmDd7m7m17J5lUTmejkKdQlfjiqcXg4ZMFp0vc=";
    hash = "sha256-a3d1FtcXSLL8peveBagTEF6EcNADNDhnLAmyCfTW4+4=";
  };

  cargoHash = "sha256-TOuxJL2UtMA9mZLHZVQDD6lyL9VWy/HBNfezhOGbSG8=";
  cargoHash = "sha256-fwraQd7dOamhc3Tp3yLxASWCVhDOxj4vX7oTTOufkeY=";

  nativeBuildInputs = [ pkg-config ];