Loading pkgs/by-name/ra/railway/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,17 +7,17 @@ }: rustPlatform.buildRustPackage rec { pname = "railway"; version = "4.3.0"; version = "4.5.1"; src = fetchFromGitHub { owner = "railwayapp"; repo = "cli"; rev = "v${version}"; hash = "sha256-3QdwwZMlhhO25GuhWFNI6HpvOXjXpVypP4oVqTt5zzo="; hash = "sha256-tZwVkZDT4WtM7cxI0FKPtX7C7NdhRbIOsDIrS4hbz+I="; }; useFetchCargoVendor = true; cargoHash = "sha256-ox9iqwBhdc1bPbIPlDIRK2lptoQ5kisGYr+0Ymsc3ps="; cargoHash = "sha256-eK91RATbTqYJYKM5I67281oHY90aaTVvbqQnysz/8k4="; nativeBuildInputs = [ pkg-config ]; Loading Loading
pkgs/by-name/ra/railway/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,17 +7,17 @@ }: rustPlatform.buildRustPackage rec { pname = "railway"; version = "4.3.0"; version = "4.5.1"; src = fetchFromGitHub { owner = "railwayapp"; repo = "cli"; rev = "v${version}"; hash = "sha256-3QdwwZMlhhO25GuhWFNI6HpvOXjXpVypP4oVqTt5zzo="; hash = "sha256-tZwVkZDT4WtM7cxI0FKPtX7C7NdhRbIOsDIrS4hbz+I="; }; useFetchCargoVendor = true; cargoHash = "sha256-ox9iqwBhdc1bPbIPlDIRK2lptoQ5kisGYr+0Ymsc3ps="; cargoHash = "sha256-eK91RATbTqYJYKM5I67281oHY90aaTVvbqQnysz/8k4="; nativeBuildInputs = [ pkg-config ]; Loading