Skip to content

Commit c187446

Browse files
authored
conserve: 23.11.0 -> 24.8.0 (#343526)
2 parents ffba605 + aff940f commit c187446

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

pkgs/tools/backup/conserve/default.nix

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,23 @@
55

66
rustPlatform.buildRustPackage rec {
77
pname = "conserve";
8-
version = "23.11.0";
8+
version = "24.8.0";
99

1010
src = fetchFromGitHub {
1111
owner = "sourcefrog";
1212
repo = "conserve";
1313
rev = "v${version}";
14-
hash = "sha256-Ck2+3etwfZiDMZHzI2hIBuUKn7L0ZTGEe9yJjXjoRIM=";
14+
hash = "sha256-rdZTx0wFFtWt3EcpvWHY6m+8TEHEj53vhVpdRp5wbos=";
1515
};
1616

17-
cargoHash = "sha256-tMj1icGNTFpouts1TE6BIiABexV3vmOW9r5Y/7ynUMM=";
17+
cargoHash = "sha256-IP9x3n5RdI+TKOhMBWEfw9P2CROcC0SmEsmMVaXjiDE=";
18+
19+
checkFlags = [
20+
# expected to panic if unix user has no secondary group,
21+
# which is the case in the nix sandbox
22+
"--skip=test_fixtures::test::arbitrary_secondary_group_is_found"
23+
"--skip=chgrp_reported_as_changed"
24+
];
1825

1926
meta = with lib; {
2027
description = "Robust portable backup tool in Rust";

0 commit comments

Comments
 (0)