Skip to content

Commit f05e64a

Browse files
arti: 1.3.0 -> 1.3.1 (NixOS#363089)
2 parents 7acb5c5 + a362eb0 commit f05e64a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ar/arti/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "arti";
14-
version = "1.3.0";
14+
version = "1.3.1";
1515

1616
src = fetchFromGitLab {
1717
domain = "gitlab.torproject.org";
1818
group = "tpo";
1919
owner = "core";
2020
repo = "arti";
2121
rev = "arti-v${version}";
22-
hash = "sha256-zGaNA6LdW2jZ6NyySklFCsLm2b5xk44E8ecJDV393c4=";
22+
hash = "sha256-Nb1lZszq09yW16/Kr5SuxW767iYGPsUhNN7p7bTpBzs=";
2323
};
2424

25-
cargoHash = "sha256-9BvIQdhY/7i0X8w6XJZZeWzxEfqJlquO/qOWvvhCWaA=";
25+
cargoHash = "sha256-ESZKUOPzax+RVI4G3ioZE08sqB7wtPmrFUkQ7qZOg/o=";
2626

2727
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ pkg-config ];
2828

0 commit comments

Comments
 (0)