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