mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #286628 from r-ryantm/auto-update/arti
arti: 1.1.12 -> 1.1.13
This commit is contained in:
commit
c495ce633e
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "arti";
|
pname = "arti";
|
||||||
version = "1.1.12";
|
version = "1.1.13";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.torproject.org";
|
domain = "gitlab.torproject.org";
|
||||||
@ -18,10 +18,10 @@ rustPlatform.buildRustPackage rec {
|
|||||||
owner = "core";
|
owner = "core";
|
||||||
repo = "arti";
|
repo = "arti";
|
||||||
rev = "arti-v${version}";
|
rev = "arti-v${version}";
|
||||||
hash = "sha256-cGqeuck/N1IoI400AkuUIkJpAJneJ7T47rfwC/GP62M=";
|
hash = "sha256-Afbys0ChT1640PfKnAH/0Knl2IfKcrsCqqoxryFDPo0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-aC5Us0wk2IORZDT+op2iAXYDqd9Qc2UI+GncbSZRMxI=";
|
cargoHash = "sha256-Y4JpVQU1wVwCWWaE5HMT+SaoRpmqzzhZjefbOOwPPRg=";
|
||||||
|
|
||||||
nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];
|
nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user