figsoda 2023-09-14 14:18:32 -04:00
parent 639e796423
commit 4ff2669bc7
2 changed files with 391 additions and 463 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "findomain";
version = "9.0.0";
version = "9.0.1";
src = fetchFromGitHub {
owner = "findomain";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-xiy4HiKgUW7U3GCjR5ZxPHILpDxG6xsADCAzGraqOPc=";
hash = "sha256-YYdmkWqprSr0crfrCQexHTg6XfysuYnrnL9BSwdq7Xw=";
};
cargoLock = {