about summary refs log tree commit diff
path: root/pkgs/tools/networking/findomain
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-26 05:17:38 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-26 05:17:38 +0000
commit5ea69616c69f9dd19b4d90dd519377832f0f3cff (patch)
tree1f2dff2f29a9869959a1892faf18352d59434111 /pkgs/tools/networking/findomain
parent9c70e731165e0f99c43406855311002b5ad4918f (diff)
findomain: 7.0.0 -> 7.0.1
Diffstat (limited to 'pkgs/tools/networking/findomain')
-rw-r--r--pkgs/tools/networking/findomain/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/findomain/default.nix b/pkgs/tools/networking/findomain/default.nix
index 108cd769a735f..426953cf29142 100644
--- a/pkgs/tools/networking/findomain/default.nix
+++ b/pkgs/tools/networking/findomain/default.nix
@@ -10,16 +10,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "findomain";
-  version = "7.0.0";
+  version = "7.0.1";
 
   src = fetchFromGitHub {
     owner = "Edu4rdSHL";
     repo = pname;
     rev = version;
-    sha256 = "sha256-dxOR+rgTaSgauVBz5PgSn8MPmsdQTEGH7h5bXFIT7wM=";
+    sha256 = "sha256-OXyp2cQmt311CPAcJQeWKGRHFYNL6E+f2TmUuT80/z4=";
   };
 
-  cargoSha256 = "sha256-w8+wn8jnsEZAkMEZRWMaytskhG+noMPjk4+U+SdghMQ=";
+  cargoSha256 = "sha256-TwegOBf7dILL7DKohIVfa8IRTU4F9u24tDrrONIGF0U=";
 
   nativeBuildInputs = [ installShellFiles perl ];
   buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ];