nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

findomain: 4.3.0 -> 5.0.0

authored by

Fabian Affolter and committed by
GitHub
ebc72941 6df7b8f3

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