rtx: 2023.12.18 -> 2023.12.35

This commit is contained in:
R. Ryantm 2023-12-23 06:13:10 +00:00
parent 22ea4c79f1
commit 6fe2c0c911

View file

@ -15,16 +15,16 @@
rustPlatform.buildRustPackage rec {
pname = "rtx";
version = "2023.12.18";
version = "2023.12.35";
src = fetchFromGitHub {
owner = "jdx";
repo = "rtx";
rev = "v${version}";
hash = "sha256-RjILdhH0Gg9VRvyVFukUrreYHnwtC+5MfXT+v4cT7/Y=";
hash = "sha256-vzMjC6qIPhZm80hzYQRpF3j+s85B0nwTcgSGRATQEIg=";
};
cargoHash = "sha256-1/Te4JfPDE0gbMysnQbF2SH/oMq+b3fyVgIHaQx1m5E=";
cargoHash = "sha256-LvW5xGVggzuXlFPhbrc93Dht3S9zaQyx9Nm+Mx/Mjh0=";
nativeBuildInputs = [ installShellFiles pkg-config ];
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];