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