figsoda 2023-10-30 22:36:51 -04:00
parent b84c09e767
commit 62416b7a8f
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 = {