File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
pkgs/tools/backup/conserve Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 55
66rustPlatform . 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" ;
You can’t perform that action at this time.
0 commit comments