Merge pull request #129435 from r-ryantm/auto-update/fend

fend: 0.1.17 -> 0.1.20

authored by Robert Scott and committed by GitHub ee252b78 28425b4e

+3 -3
+3 -3
pkgs/tools/misc/fend/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "fend"; 5 - version = "0.1.17"; 5 + version = "0.1.20"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "printfn"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-Xq2UjeZiKy9BjNQ9xnC7tppEwrEtg8ZN5BVDz1bUOmw="; 11 + sha256 = "sha256-2CzpPzUylzDiP9rbjneRR6joa9UEgnDfJ4Ffa/orhkk="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-Bf3fYHhpoX05AmTdwwdRU2YRfGVb1EmaGDm75i+Vs2w="; 14 + cargoSha256 = "sha256-xDh7SF73Qnx/GeW43JDmF+qeljSHbWWq4unWdTmAO+c="; 15 15 16 16 doInstallCheck = true; 17 17