Skip to content

Commit 4c2d893

Browse files
railway: 4.27.2 -> 4.27.5 (#486301)
2 parents 660067f + 1820588 commit 4c2d893

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ra/railway/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
}:
88
rustPlatform.buildRustPackage rec {
99
pname = "railway";
10-
version = "4.27.2";
10+
version = "4.27.5";
1111

1212
src = fetchFromGitHub {
1313
owner = "railwayapp";
1414
repo = "cli";
1515
rev = "v${version}";
16-
hash = "sha256-9w0AFXf7BxXxw/JZui9rl+5FgHmqEaTlvbcRk8QwLEU=";
16+
hash = "sha256-S6Fp6dXCLdHTmaiRrtsTh+N44GzM4vt27MGCb9lkk5k=";
1717
};
1818

19-
cargoHash = "sha256-WNL/Xmcoh3oTn7C/cK2CD3L085FbbxbdoasI+K5UucM=";
19+
cargoHash = "sha256-8eLrtWxOS/AXcsCYu1H6vcwDaLl4siEVwX2YSvamZ1o=";
2020

2121
nativeBuildInputs = [ pkg-config ];
2222

0 commit comments

Comments
 (0)