We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce55b09 commit 84f2064Copy full SHA for 84f2064
1 file changed
pkgs/tools/networking/findomain/default.nix
@@ -9,16 +9,16 @@
9
10
rustPlatform.buildRustPackage rec {
11
pname = "findomain";
12
- version = "1.7.0";
+ version = "2.1.1";
13
14
src = fetchFromGitHub {
15
owner = "Edu4rdSHL";
16
repo = pname;
17
rev = version;
18
- sha256 = "1q8yxl4y8f787a0q87gxgj1p9lgzhhfk3fgysq9xj8yfvwm8abji";
+ sha256 = "0v6m0c329wmba2fihnqvrmfnrb5b1l4nm6xr0dsjiwsjpclrmy86";
19
};
20
21
- cargoSha256 = "02d538j13v3f1dc99vpzhby42ps7lig000idwdsxa1mwkjxrf2z2";
+ cargoSha256 = "130kjjig5jsv3kdywj6ag2s55d5hwsslpcnaanrqyl70a6pvgpb2";
22
23
nativeBuildInputs = [ installShellFiles perl ];
24
buildInputs = lib.optional stdenv.isDarwin Security;
0 commit comments