forked from mirrors/nixpkgs
arti: 1.1.4 -> 1.1.5
Diff: https://gitlab.torproject.org/tpo/core/arti/-/compare/arti-v1.1.4...arti-v1.1.5 Changelog: https://gitlab.torproject.org/tpo/core/arti/-/raw/arti-v1.1.5/CHANGELOG.md
This commit is contained in:
parent
95be94370d
commit
3024489185
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "arti";
|
pname = "arti";
|
||||||
version = "1.1.4";
|
version = "1.1.5";
|
||||||
|
|
||||||
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}";
|
||||||
sha256 = "sha256-+gd/3CKdZkH/zDqGGTna7S7LkadfpzfHlX2XfemZpoE=";
|
sha256 = "sha256-FrawcoE+cUhRq9NPpSspUuk0ZPjnJcmDHD25syV/18E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-YD7KAiZM3iG9FXXHo5c1WanF7tsJBAnGvb36gxEcV5k=";
|
cargoHash = "sha256-34qNdizJ89fo/6AQXuB8FqvYSv/Zy5N+gXX9Yl5sywM=";
|
||||||
|
|
||||||
nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];
|
nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue