arti: 1.4.3 -> 1.4.4

This commit is contained in:
R. Ryantm 2025-06-06 07:52:24 +00:00
parent 66576dcd9e
commit 0ff6c6f53c

View File

@ -12,7 +12,7 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "arti";
version = "1.4.3";
version = "1.4.4";
src = fetchFromGitLab {
domain = "gitlab.torproject.org";
@ -20,11 +20,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
owner = "core";
repo = "arti";
tag = "arti-v${finalAttrs.version}";
hash = "sha256-uQUq3cDyCuATeBK0rDLyP3ymMj8ALCPoqpghWIxsfU0=";
hash = "sha256-mLeiG+503+kuzNUC9Qh2JE1Mm8XEa6CDJYkouzGUJpQ=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-W/CRwnv0BgVQQIpEFRxeYDlS0Cud5CVH5QUJfw17a/I=";
cargoHash = "sha256-mjlrylfQZN8/zei/1enApYryhlv0zlghOPEr86iklg4=";
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ pkg-config ];