Skip to content

Commit

Permalink
railway: 3.14.0 -> 3.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 23, 2024
1 parent 71ade9d commit 5ecbbed
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.14.0";
version = "3.14.1";

src = fetchFromGitHub {
owner = "railwayapp";
repo = "cli";
rev = "v${version}";
hash = "sha256-W9p987yn04Ije6JXFndHXB4rENGBTIiRmCh6fDhXJ4I=";
hash = "sha256-w52PzDRApKuRgJLYxY8ikqNOo6rC0kLCKWh8tgFzcIY=";
};

cargoHash = "sha256-/Lot/Cxg/BUp4MFp6VkJHR7jy7mUe7qwJDhPS8kOeUk=";
cargoHash = "sha256-6VjloZ8s5LqyYPz1uMwdkwvHIhXjmifjd46PIx5d8xQ=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit 5ecbbed

Please sign in to comment.