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
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -609,7 +609,7 @@ dependencies = [
[[package]]
name = "findomain"
version = "9.0.1"
version = "9.0.3"
dependencies = [
"addr",
"anyhow",
+2 -2
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 = {