railway: 3.20.2 -> 3.21.0

This commit is contained in:
R. Ryantm
2025-02-05 02:57:14 +00:00
parent ab36ef17c8
commit db03cf1eff
+3 -3
View File
@@ -12,16 +12,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "railway";
version = "3.20.2";
version = "3.21.0";
src = fetchFromGitHub {
owner = "railwayapp";
repo = "cli";
rev = "v${version}";
hash = "sha256-AFcgONdWHHIK4/3zON6PRJaTXEXiE/0/Ha2rZpABiyw=";
hash = "sha256-Y5kyf/F1Icf1GVkPY1pYTaMvh5IE07CgTuwy9KHQQjM=";
};
cargoHash = "sha256-kyjEACPrHWeAbpzi/7Lq+8Fvw/ClBGN6Jn2hebert/g=";
cargoHash = "sha256-jK6fueCheNSFe5st2Wnb9JUj4Frtr9aoQVvOHjRh4SI=";
nativeBuildInputs = [ pkg-config ];