Skip to content

Commit

Permalink
Merge pull request NixOS#244254 from r-ryantm/auto-update/rtx
Browse files Browse the repository at this point in the history
rtx: 1.34.0 -> 1.34.1
  • Loading branch information
wegank authored Jul 19, 2023
2 parents e6adca3 + 578a1dc commit 67730cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/rtx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

rustPlatform.buildRustPackage rec {
pname = "rtx";
version = "1.34.0";
version = "1.34.1";

src = fetchFromGitHub {
owner = "jdxcode";
repo = "rtx";
rev = "v${version}";
sha256 = "sha256-ePRYlTGgZDrIClZ4kb9v62/FiLzZT6DzL3kaY6eAq5g=";
sha256 = "sha256-yzfiYhWZsoqqWhVBXgV0QQOe8Xcfp71e0t81+UBqiQI=";
};

cargoSha256 = "sha256-RFAIc4KfMvxz2BYX8x8j8T5evMqFP8ML4+wHwWdODVk=";
cargoSha256 = "sha256-4Ac5NUADyI24TkLH5AwlGxEWHjYP8ye+D89QF1ToU4A=";

nativeBuildInputs = [ installShellFiles ];
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
Expand Down

0 comments on commit 67730cf

Please sign in to comment.