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

rtx: 2023.11.2 -> 2023.12.18

authored by Ilan Joselevich and committed by GitHub 1747ae1d 3df29656

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