File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " backy-extract"
3- version = " 1.0.0-dev "
3+ version = " 1.0.0"
44authors = [" Christian Kauhaus <christian@kauhaus.de>" ]
55edition = " 2018"
66description = " Rapid restore tool for backy"
Original file line number Diff line number Diff line change 1- 2021-05-15 Christian Kauhaus <christian@kauhaus.de>
1+ 2021-05-19 Christian Kauhaus <christian@kauhaus.de>
22
33 * Release backy-extract 1.0.0
4+
5+ 2021-05-15 Christian Kauhaus <christian@kauhaus.de>
6+
47 * Rework FUSE caching.
58 * Add `-c`/`--cache` option
69 * Rework README and man page
Original file line number Diff line number Diff line change 1919in
2020rustPlatform . buildRustPackage rec {
2121 name = "backy-extract" ;
22- version = "1.0.0-dev " ;
22+ version = "1.0.0" ;
2323
2424 src = lib . cleanSourceWith {
2525 filter = n : t : ( excludeTarget n t ) && ( lib . cleanSourceFilter n t ) ;
@@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
4040 fi
4141 '' ;
4242
43- cargoSha256 = "0kfqdhk4n2rfks36pflck79dv4r0x51hz3jny3kgdbbdnnymm3rz " ;
43+ cargoSha256 = "1zzrvgdns1pmyxvr1csxqwjfqxhfxmwp9hirshkn0mx6g30mmd1r " ;
4444 cargoBuildFlags = lib . optionals stdenv . isLinux [ "--features fuse_driver" ] ;
4545 checkType = "debug" ;
4646
You can’t perform that action at this time.
0 commit comments