summary refs log tree commit diff
path: root/pkgs/tools/networking/findomain/default.nix
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-09-17 16:11:29 -0400
committerGitHub <noreply@github.com>2023-09-17 16:11:29 -0400
commite2dda8236301ee1bf7db6a3cba2fbee8bfcf4bed (patch)
tree0c440e35ef2248e194b99449313d00aa0e872919 /pkgs/tools/networking/findomain/default.nix
parent6b153bfe2a84b69e3d655d1b8c3516e9758ce42a (diff)
parent4ff2669bc7c8d46e4b9f30258c44dbefe0af6b6c (diff)
downloadnixpkgs-e2dda8236301ee1bf7db6a3cba2fbee8bfcf4bed.tar
nixpkgs-e2dda8236301ee1bf7db6a3cba2fbee8bfcf4bed.tar.gz
nixpkgs-e2dda8236301ee1bf7db6a3cba2fbee8bfcf4bed.tar.bz2
nixpkgs-e2dda8236301ee1bf7db6a3cba2fbee8bfcf4bed.tar.lz
nixpkgs-e2dda8236301ee1bf7db6a3cba2fbee8bfcf4bed.tar.xz
nixpkgs-e2dda8236301ee1bf7db6a3cba2fbee8bfcf4bed.tar.zst
nixpkgs-e2dda8236301ee1bf7db6a3cba2fbee8bfcf4bed.zip
Merge pull request #255163 from figsoda/findomain
findomain: 9.0.0 -> 9.0.1
Diffstat (limited to 'pkgs/tools/networking/findomain/default.nix')
-rw-r--r--pkgs/tools/networking/findomain/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/findomain/default.nix b/pkgs/tools/networking/findomain/default.nix
index b4c549e09cb..5347f443bd7 100644
--- a/pkgs/tools/networking/findomain/default.nix
+++ b/pkgs/tools/networking/findomain/default.nix
@@ -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 = {