restic-integrity: 1.3.1 -> 1.4.0 (#370667)

authored by Emily and committed by GitHub c8d88361 89223de1

+4 -4
+4 -4
pkgs/by-name/re/restic-integrity/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "restic-integrity"; 9 - version = "1.3.1"; 9 + version = "1.4.0"; 10 10 11 11 src = fetchFromGitea { 12 12 domain = "git.nwex.de"; 13 13 owner = "networkException"; 14 14 repo = "restic-integrity"; 15 - rev = version; 16 - hash = "sha256-5F2nFSyqrT4JEzUb1NVk0g2LqgwRix3rfflXJ3pttvo="; 15 + tag = version; 16 + hash = "sha256-Nii+rdz51+Acd+lZVpBispeFfVE8buxEGHvK2zMKbOM="; 17 17 }; 18 18 19 - cargoHash = "sha256-97M7dqgTzl2ysegavwzf6xtYKum/s9cq4vgaIQR7IA0="; 19 + cargoHash = "sha256-ua2YQdevf1MalqeNvAAgtlESwN5gA+N3FCQUiKd0wMM="; 20 20 21 21 meta = with lib; { 22 22 description = "CLI tool to check the integrity of a restic repository without unlocking it";