Skip to content

Commit

Permalink
railway: 3.19.1 -> 3.20.0 (NixOS#366450)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 19, 2024
2 parents a37def2 + 0fda7ce commit 4d24a93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ra/railway/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "railway";
version = "3.19.1";
version = "3.20.0";

src = fetchFromGitHub {
owner = "railwayapp";
repo = "cli";
rev = "v${version}";
hash = "sha256-eV66O5JG5ME046/1rM9GjF3rWioXq2RspFJxMWf5l/k=";
hash = "sha256-rbgGQrZFytrlEAtyrZlwj/ylNw2rAJ9tfK1NNSaxaT4=";
};

cargoHash = "sha256-p6FZCJ+Uwkf7CLTsVKn4eYGCmgmlzCDpt6tylM5FWzo=";
cargoHash = "sha256-vrQwaLJwhdnbltdLYrOxFbcnbUIPpE1fnN+arAYgZvw=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit 4d24a93

Please sign in to comment.