Merge pull request #268602 from emilylange/rustic-rs

authored by

Norbert Melzer and committed by
GitHub
36c8df67 25dfdc28

+4 -4
+4 -4
pkgs/tools/backup/rustic-rs/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "rustic-rs"; 5 - version = "0.5.4"; 6 7 src = fetchFromGitHub { 8 owner = "rustic-rs"; 9 repo = "rustic"; 10 rev = "refs/tags/v${version}"; 11 - hash = "sha256-LAOU2cnKb+TEWNiXJkpgqNxuU16g/Kc3swGIUc8t9x0="; 12 }; 13 14 - cargoHash = "sha256-OTIdl2x5m90rEwNBu3LL3rFQ0FVS3GDYU7gf8P7CTaQ="; 15 16 nativeBuildInputs = [ installShellFiles ]; 17 ··· 29 30 meta = { 31 homepage = "https://github.com/rustic-rs/rustic"; 32 - changelog = "https://github.com/rustic-rs/rustic/blob/${src.rev}/changelog/${version}.txt"; 33 description = "fast, encrypted, deduplicated backups powered by pure Rust"; 34 mainProgram = "rustic"; 35 platforms = lib.platforms.linux ++ lib.platforms.darwin;
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "rustic-rs"; 5 + version = "0.6.1"; 6 7 src = fetchFromGitHub { 8 owner = "rustic-rs"; 9 repo = "rustic"; 10 rev = "refs/tags/v${version}"; 11 + hash = "sha256-rpIEgQYwfManfgTrhCt6/Q4VBY2yyn4edC6/mz5D7nM="; 12 }; 13 14 + cargoHash = "sha256-q+K887jPB9i9iXpFYXjn3zppAPWNlTc2AG7ivOr77J4="; 15 16 nativeBuildInputs = [ installShellFiles ]; 17 ··· 29 30 meta = { 31 homepage = "https://github.com/rustic-rs/rustic"; 32 + changelog = "https://github.com/rustic-rs/rustic/blob/${src.rev}/changelog/CHANGELOG.md"; 33 description = "fast, encrypted, deduplicated backups powered by pure Rust"; 34 mainProgram = "rustic"; 35 platforms = lib.platforms.linux ++ lib.platforms.darwin;