Skip to content

Commit

Permalink
arti: 1.3.0 -> 1.3.1 (#363089)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 9, 2024
2 parents 7acb5c5 + a362eb0 commit f05e64a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ar/arti/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@

rustPlatform.buildRustPackage rec {
pname = "arti";
version = "1.3.0";
version = "1.3.1";

src = fetchFromGitLab {
domain = "gitlab.torproject.org";
group = "tpo";
owner = "core";
repo = "arti";
rev = "arti-v${version}";
hash = "sha256-zGaNA6LdW2jZ6NyySklFCsLm2b5xk44E8ecJDV393c4=";
hash = "sha256-Nb1lZszq09yW16/Kr5SuxW767iYGPsUhNN7p7bTpBzs=";
};

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

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

Expand Down

0 comments on commit f05e64a

Please sign in to comment.