Merge pull request #267206 from r-ryantm/auto-update/rtx

rtx: 2023.10.2 -> 2023.11.2

authored by

OTABI Tomoya and committed by
GitHub
96ea7dae 4f8c430f

+3 -3
+3 -3
pkgs/tools/misc/rtx/default.nix
··· 15 16 rustPlatform.buildRustPackage rec { 17 pname = "rtx"; 18 - version = "2023.10.2"; 19 20 src = fetchFromGitHub { 21 owner = "jdxcode"; 22 repo = "rtx"; 23 rev = "v${version}"; 24 - hash = "sha256-wp5+n8dSnCExxgnCHl0GhcWTu8J6nGBJnjzWmc7XJ3E="; 25 }; 26 27 - cargoHash = "sha256-Y/AUdg001/ezYHgOEt32go7DiIMLym9GyB88hG4NdKs="; 28 29 nativeBuildInputs = [ installShellFiles pkg-config ]; 30 buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
··· 15 16 rustPlatform.buildRustPackage rec { 17 pname = "rtx"; 18 + version = "2023.11.2"; 19 20 src = fetchFromGitHub { 21 owner = "jdxcode"; 22 repo = "rtx"; 23 rev = "v${version}"; 24 + hash = "sha256-OdqHyxqufJJTfP7frjLKf5R0WNySDyZc7Sh0Mpdord0="; 25 }; 26 27 + cargoHash = "sha256-KOte3zmJllrMp6OaKuFtUsRjdRKlSAxdJp1iJEOPcF0="; 28 29 nativeBuildInputs = [ installShellFiles pkg-config ]; 30 buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];