Skip to content

Commit

Permalink
restic-integrity: 1.2.1 -> 1.2.2
Browse files Browse the repository at this point in the history
(cherry picked from commit e8e57d1)
  • Loading branch information
networkException committed Aug 2, 2024
1 parent 0bfd349 commit ba7027b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/backup/restic-integrity/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@

rustPlatform.buildRustPackage rec {
pname = "restic-integrity";
version = "1.2.1";
version = "1.2.2";

src = fetchFromGitea {
domain = "git.nwex.de";
owner = "networkException";
repo = "restic-integrity";
rev = version;
hash = "sha256-/n8muqW9ol0AY9RM3N4nqLDw0U1h0308M1uRCMS2kOM=";
hash = "sha256-QiISJCxxJH8wQeH/klB48POn6W9juQmIMCLGzGSyl6w=";
};

cargoHash = "sha256-TYDPzjWxTK9hQhzSknkCao9lq9UjZN3yQX3wtkMmP6E=";
cargoHash = "sha256-GxehJjDd0AHbEc8kPWyLXAOPbrPCT59LddAL1ydnT5g=";

meta = with lib; {
description = "A CLI tool to check the integrity of a restic repository without unlocking it";
Expand Down

0 comments on commit ba7027b

Please sign in to comment.