attic-client,attic-server: 0-unstable-2024-02-08 -> 0-unstable-2024-08-01

Required to build with Rust 1.80[1].

Note: I'm pretty sure the labelling of the previous version as 0.1.0
was a mistake — the commit message referred to an unstable version
rather than 0.1.0, and there's no 0.1.0 tag upstream.

[1]: https://github.com/rust-lang/rust/issues/127343
This commit is contained in:
Alyssa Ross
2024-08-13 12:14:15 +02:00
parent 0d2ff894cb
commit 0973b38266
2 changed files with 1101 additions and 919 deletions
+1097 -916
View File
File diff suppressed because it is too large Load Diff
+4 -3
View File
@@ -11,13 +11,13 @@
}:
rustPlatform.buildRustPackage {
pname = "attic";
version = "0.1.0";
version = "0-unstable-2024-08-01";
src = fetchFromGitHub {
owner = "zhaofengli";
repo = "attic";
rev = "6eabc3f02fae3683bffab483e614bebfcd476b21";
hash = "sha256-wSZjK+rOXn+UQiP1NbdNn5/UW6UcBxjvlqr2wh++MbM=";
rev = "e127acbf9a71ebc0c26bc8e28346822e0a6e16ba";
hash = "sha256-GJIz4M5HDB948Ex/8cPvbkrNzl/eKUE7/c21JBu4lb8=";
};
nativeBuildInputs = [
@@ -41,6 +41,7 @@ rustPlatform.buildRustPackage {
cargoBuildFlags = lib.concatMapStrings (c: "-p ${c} ") crates;
ATTIC_DISTRIBUTOR = "attic";
NIX_INCLUDE_PATH = "${lib.getDev nix}/include";
# Attic interacts with Nix directly and its tests require trusted-user access
# to nix-daemon to import NARs, which is not possible in the build sandbox.