summary refs log tree commit diff
path: root/pkgs/tools/networking/findomain
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-19 14:03:49 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-03-19 14:03:49 +0000
commit57144e414f4e931da16517374894f9e2cb72762b (patch)
treef5f684f71cee5a91b24c68fa75214187966e6c9b /pkgs/tools/networking/findomain
parente35acbb6d89cd2c2a9cdc97138b3aae352de8c3f (diff)
downloadnixpkgs-57144e414f4e931da16517374894f9e2cb72762b.tar
nixpkgs-57144e414f4e931da16517374894f9e2cb72762b.tar.gz
nixpkgs-57144e414f4e931da16517374894f9e2cb72762b.tar.bz2
nixpkgs-57144e414f4e931da16517374894f9e2cb72762b.tar.lz
nixpkgs-57144e414f4e931da16517374894f9e2cb72762b.tar.xz
nixpkgs-57144e414f4e931da16517374894f9e2cb72762b.tar.zst
nixpkgs-57144e414f4e931da16517374894f9e2cb72762b.zip
findomain: 3.1.0 -> 4.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 681f6002ca6..22631518e71 100644
--- a/pkgs/tools/networking/findomain/default.nix
+++ b/pkgs/tools/networking/findomain/default.nix
@@ -9,16 +9,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "findomain";
-  version = "3.1.0";
+  version = "4.0.1";
 
   src = fetchFromGitHub {
     owner = "Edu4rdSHL";
     repo = pname;
     rev = version;
-    sha256 = "sha256-mZJyxbxMIw3jr7ASzYKEfZFh4GS6ZfGKsRkzOtUCYOA=";
+    sha256 = "sha256-uv1boI9iaBeobo/58Di4oslh1eGLuK9HR5EwQQeWn+0=";
   };
 
-  cargoSha256 = "sha256-JIyv21u+r2CpgsiW5O7Fy4CWXpkW4jRDrH0CSY2CgiU=";
+  cargoSha256 = "sha256-31OD/sv4br9cdBNqNGr4McypSGkBbKs7b7H1u7mFt3o=";
 
   nativeBuildInputs = [ installShellFiles perl ];
   buildInputs = lib.optional stdenv.isDarwin Security;