We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63a64ac + 5ecbbed commit dff313aCopy full SHA for dff313a
pkgs/by-name/ra/railway/package.nix
@@ -12,16 +12,16 @@ let
12
in
13
rustPlatform.buildRustPackage rec {
14
pname = "railway";
15
- version = "3.14.0";
+ version = "3.14.1";
16
17
src = fetchFromGitHub {
18
owner = "railwayapp";
19
repo = "cli";
20
rev = "v${version}";
21
- hash = "sha256-W9p987yn04Ije6JXFndHXB4rENGBTIiRmCh6fDhXJ4I=";
+ hash = "sha256-w52PzDRApKuRgJLYxY8ikqNOo6rC0kLCKWh8tgFzcIY=";
22
};
23
24
- cargoHash = "sha256-/Lot/Cxg/BUp4MFp6VkJHR7jy7mUe7qwJDhPS8kOeUk=";
+ cargoHash = "sha256-6VjloZ8s5LqyYPz1uMwdkwvHIhXjmifjd46PIx5d8xQ=";
25
26
nativeBuildInputs = [ pkg-config ];
27
0 commit comments