Merge pull request #109803 from r-ryantm/auto-update/findomain

findomain: 2.1.4 -> 2.1.5

authored by Sandro and committed by GitHub 547956a2 256576f5

+3 -3
+3 -3
pkgs/tools/networking/findomain/default.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "findomain"; 12 - version = "2.1.4"; 13 14 src = fetchFromGitHub { 15 owner = "Edu4rdSHL"; 16 repo = pname; 17 rev = version; 18 - sha256 = "0g0kw1b18kk9jhvw88hcxc04ccj8k22fdzky7l2dv3r37vndd91w"; 19 }; 20 21 - cargoSha256 = "0cmp4w86qnzd2b2w4s3w019857pxysgikkl1g7ldkiylrsm5vlpn"; 22 23 nativeBuildInputs = [ installShellFiles perl ]; 24 buildInputs = lib.optional stdenv.isDarwin Security;
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "findomain"; 12 + version = "2.1.5"; 13 14 src = fetchFromGitHub { 15 owner = "Edu4rdSHL"; 16 repo = pname; 17 rev = version; 18 + sha256 = "sha256-sGco8ISbm3C8w6FsF5oq7G09WBBTO9cVeoFnuKauMWQ="; 19 }; 20 21 + cargoSha256 = "sha256-X7us7mLtOSST5LazxSkej9D2ezEk9GiWdudqy4peSJ8="; 22 23 nativeBuildInputs = [ installShellFiles perl ]; 24 buildInputs = lib.optional stdenv.isDarwin Security;