railway: 4.5.3 -> 4.5.4 (#420465)

Co-authored-by: techknowlogick <hello@techknowlogick.com>

authored by nixpkgs-merge-bot[bot] techknowlogick and committed by GitHub 42f4406d 8e193d05

+3 -3
+3 -3
pkgs/by-name/ra/railway/package.nix
··· 7 }: 8 rustPlatform.buildRustPackage rec { 9 pname = "railway"; 10 - version = "4.5.3"; 11 12 src = fetchFromGitHub { 13 owner = "railwayapp"; 14 repo = "cli"; 15 rev = "v${version}"; 16 - hash = "sha256-Z8ZjpD6uyqlCFItSHqAqVkdthhnwweSZasEVzg4dbpY="; 17 }; 18 19 useFetchCargoVendor = true; 20 - cargoHash = "sha256-k3wzGEs3rRI9DG5LW7GrAGCmT0GjkUGoL73rUa9nj50="; 21 22 nativeBuildInputs = [ pkg-config ]; 23
··· 7 }: 8 rustPlatform.buildRustPackage rec { 9 pname = "railway"; 10 + version = "4.5.4"; 11 12 src = fetchFromGitHub { 13 owner = "railwayapp"; 14 repo = "cli"; 15 rev = "v${version}"; 16 + hash = "sha256-Ov7s7Pl57rh8+aDi0rXP386ON2U9j4xHJEgEKbwsymk="; 17 }; 18 19 useFetchCargoVendor = true; 20 + cargoHash = "sha256-oo9vV6oFzyVCiSLXqme/HOchZcNwPxYyrufwFTnxdoU="; 21 22 nativeBuildInputs = [ pkg-config ]; 23