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 660067f + 1820588 commit 4c2d893Copy full SHA for 4c2d893
pkgs/by-name/ra/railway/package.nix
@@ -7,16 +7,16 @@
7
}:
8
rustPlatform.buildRustPackage rec {
9
pname = "railway";
10
- version = "4.27.2";
+ version = "4.27.5";
11
12
src = fetchFromGitHub {
13
owner = "railwayapp";
14
repo = "cli";
15
rev = "v${version}";
16
- hash = "sha256-9w0AFXf7BxXxw/JZui9rl+5FgHmqEaTlvbcRk8QwLEU=";
+ hash = "sha256-S6Fp6dXCLdHTmaiRrtsTh+N44GzM4vt27MGCb9lkk5k=";
17
};
18
19
- cargoHash = "sha256-WNL/Xmcoh3oTn7C/cK2CD3L085FbbxbdoasI+K5UucM=";
+ cargoHash = "sha256-8eLrtWxOS/AXcsCYu1H6vcwDaLl4siEVwX2YSvamZ1o=";
20
21
nativeBuildInputs = [ pkg-config ];
22
0 commit comments