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

rtx: 1.32.0 -> 1.32.1

authored by

figsoda and committed by
GitHub
271adaed c61c792b

+3 -3
+3 -3
pkgs/tools/misc/rtx/default.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "rtx"; 14 - version = "1.32.0"; 14 + version = "1.32.1"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "jdxcode"; 18 18 repo = "rtx"; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-1TaBxVu/aNZ3iZWlo1Gn9pFK5j/vKsx6yT+eAPkmYSw="; 20 + sha256 = "sha256-de3d3tW1VWx91fFXhfMKcWlAraUltfkT9p4i9AciSB0="; 21 21 }; 22 22 23 - cargoSha256 = "sha256-wgTckF1IqnTa6gYVYHDNLdyx2w2urYG5Qqkq1iyuA3M="; 23 + cargoHash = "sha256-dz6q7sfmtSzk5UwoAx969oImGDPifr2Nhh/vrXV5fxc="; 24 24 25 25 nativeBuildInputs = [ installShellFiles ]; 26 26 buildInputs = lib.optionals stdenv.isDarwin [ Security ];