lol

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

rtx: 1.32.1 -> 1.32.2

authored by

Nick Cao and committed by
GitHub
34046a64 69de00ab

+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.1"; 14 + version = "1.32.2"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "jdxcode"; 18 18 repo = "rtx"; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-de3d3tW1VWx91fFXhfMKcWlAraUltfkT9p4i9AciSB0="; 20 + sha256 = "sha256-Q210UAyPPeBfxFJvmudjhrNsVpBOG2hSQ0PeLLWMZx8="; 21 21 }; 22 22 23 - cargoHash = "sha256-dz6q7sfmtSzk5UwoAx969oImGDPifr2Nhh/vrXV5fxc="; 23 + cargoHash = "sha256-1Pmt+DWXSkY8uwE4bNu68NTnQLnfsoQr7I7BgCiQ+1E="; 24 24 25 25 nativeBuildInputs = [ installShellFiles ]; 26 26 buildInputs = lib.optionals stdenv.isDarwin [ Security ];