Loading pkgs/by-name/ra/railway/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,17 +12,17 @@ let in rustPlatform.buildRustPackage rec { pname = "railway"; version = "3.23.0"; version = "4.0.0"; src = fetchFromGitHub { owner = "railwayapp"; repo = "cli"; rev = "v${version}"; hash = "sha256-WxL5mETs7PVGhJcg1wVobYo/ETYFg3/1Fs/wJCJgKXg="; hash = "sha256-o3AWcUKeOBiNsDSDV0XFzQ0rWpj7el4qX6iQKnqMPgg="; }; useFetchCargoVendor = true; cargoHash = "sha256-cMi3raSQgCSu6ZbiTgU2ABCy+NWJjY5IcWPJMMcmqyI="; cargoHash = "sha256-F+1ELwvtjnaQlvkfdKk7hnuEEde4NL/sUjPBExU+zds="; nativeBuildInputs = [ pkg-config ]; Loading Loading
pkgs/by-name/ra/railway/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,17 +12,17 @@ let in rustPlatform.buildRustPackage rec { pname = "railway"; version = "3.23.0"; version = "4.0.0"; src = fetchFromGitHub { owner = "railwayapp"; repo = "cli"; rev = "v${version}"; hash = "sha256-WxL5mETs7PVGhJcg1wVobYo/ETYFg3/1Fs/wJCJgKXg="; hash = "sha256-o3AWcUKeOBiNsDSDV0XFzQ0rWpj7el4qX6iQKnqMPgg="; }; useFetchCargoVendor = true; cargoHash = "sha256-cMi3raSQgCSu6ZbiTgU2ABCy+NWJjY5IcWPJMMcmqyI="; cargoHash = "sha256-F+1ELwvtjnaQlvkfdKk7hnuEEde4NL/sUjPBExU+zds="; nativeBuildInputs = [ pkg-config ]; Loading