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

findomain: 5.0.0 -> 5.0.1

authored by Fabian Affolter and committed by GitHub 675eaca7 c8e9e1bc

+3 -3
+3 -3
pkgs/tools/networking/findomain/default.nix
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "findomain"; 13 - version = "5.0.0"; 14 15 src = fetchFromGitHub { 16 owner = "Edu4rdSHL"; 17 repo = pname; 18 rev = version; 19 - sha256 = "sha256-xuabmlpejQVN8pYCNa97aL2IJUAgV7zLXpkEIp9SZRI="; 20 }; 21 22 - cargoSha256 = "sha256-hrgTWB5D0eKmfuR+lrMN4mx6yGomHe/jUJxw2uyrjHg="; 23 24 nativeBuildInputs = [ installShellFiles perl ]; 25 buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ];
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "findomain"; 13 + version = "5.0.1"; 14 15 src = fetchFromGitHub { 16 owner = "Edu4rdSHL"; 17 repo = pname; 18 rev = version; 19 + sha256 = "sha256-qmXtFVfBXCuXhIac0Y6HrhTPWsIHp5pwrxnOJkoSzm4="; 20 }; 21 22 + cargoSha256 = "sha256-CyiBA6XQjExnjGVpMonhtoIwU2W57T5L6glt9G/xwDs="; 23 24 nativeBuildInputs = [ installShellFiles perl ]; 25 buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ];