We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7acb5c5 + a362eb0 commit f05e64aCopy full SHA for f05e64a
pkgs/by-name/ar/arti/package.nix
@@ -11,18 +11,18 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "arti";
14
- version = "1.3.0";
+ version = "1.3.1";
15
16
src = fetchFromGitLab {
17
domain = "gitlab.torproject.org";
18
group = "tpo";
19
owner = "core";
20
repo = "arti";
21
rev = "arti-v${version}";
22
- hash = "sha256-zGaNA6LdW2jZ6NyySklFCsLm2b5xk44E8ecJDV393c4=";
+ hash = "sha256-Nb1lZszq09yW16/Kr5SuxW767iYGPsUhNN7p7bTpBzs=";
23
};
24
25
- cargoHash = "sha256-9BvIQdhY/7i0X8w6XJZZeWzxEfqJlquO/qOWvvhCWaA=";
+ cargoHash = "sha256-ESZKUOPzax+RVI4G3ioZE08sqB7wtPmrFUkQ7qZOg/o=";
26
27
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ pkg-config ];
28
0 commit comments