Merge pull request #236403 from szaffarano/bump-rtx

rtx: 1.30.5 -> 1.32.0

authored by Nick Cao and committed by GitHub e707d5d1 e5826c20

+4 -4
+4 -4
pkgs/tools/misc/rtx/default.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "rtx"; 14 - version = "1.30.5"; 14 + version = "1.32.0"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "jdxcode"; 18 18 repo = "rtx"; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-xJecTvhRMHyGOT1JJPSp+k5bI0FvIP2uySBt1R0YZ30="; 20 + sha256 = "sha256-1TaBxVu/aNZ3iZWlo1Gn9pFK5j/vKsx6yT+eAPkmYSw="; 21 21 }; 22 22 23 - cargoSha256 = "sha256-29aGVKINVemppy+3nGDf5okvmJm72pVYUVbefuey0H8="; 23 + cargoSha256 = "sha256-wgTckF1IqnTa6gYVYHDNLdyx2w2urYG5Qqkq1iyuA3M="; 24 24 25 25 nativeBuildInputs = [ installShellFiles ]; 26 26 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; ··· 53 53 --zsh ./completions/_rtx 54 54 ''; 55 55 56 - meta = rec { 56 + meta = { 57 57 homepage = "https://github.com/jdxcode/rtx"; 58 58 description = "Polyglot runtime manager (asdf rust clone)"; 59 59 changelog = "https://github.com/jdxcode/rtx/releases/tag/v${version}";