Merge pull request #264501 from figsoda/findomain

findomain: 9.0.2 -> 9.0.3
This commit is contained in:
Mario Rodas 2023-10-31 06:53:09 -05:00 committed by GitHub
commit 2e05cbf950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -609,7 +609,7 @@ dependencies = [
[[package]]
name = "findomain"
version = "9.0.1"
version = "9.0.3"
dependencies = [
"addr",
"anyhow",

View File

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "findomain";
version = "9.0.2";
version = "9.0.3";
src = fetchFromGitHub {
owner = "findomain";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-CFnjZHTga70+b7XUdxGC/ycqY2snkLvFKPApTRlN11s=";
hash = "sha256-M6i62JI4HjaM0C2rSK8P5O19JeugFP5xIy1E6vE8KP4=";
};
cargoLock = {