Skip to content

Commit 84f2064

Browse files
committed
findomain: 1.7.0 -> 2.1.1
1 parent ce55b09 commit 84f2064

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/tools/networking/findomain/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "findomain";
12-
version = "1.7.0";
12+
version = "2.1.1";
1313

1414
src = fetchFromGitHub {
1515
owner = "Edu4rdSHL";
1616
repo = pname;
1717
rev = version;
18-
sha256 = "1q8yxl4y8f787a0q87gxgj1p9lgzhhfk3fgysq9xj8yfvwm8abji";
18+
sha256 = "0v6m0c329wmba2fihnqvrmfnrb5b1l4nm6xr0dsjiwsjpclrmy86";
1919
};
2020

21-
cargoSha256 = "02d538j13v3f1dc99vpzhby42ps7lig000idwdsxa1mwkjxrf2z2";
21+
cargoSha256 = "130kjjig5jsv3kdywj6ag2s55d5hwsslpcnaanrqyl70a6pvgpb2";
2222

2323
nativeBuildInputs = [ installShellFiles perl ];
2424
buildInputs = lib.optional stdenv.isDarwin Security;

0 commit comments

Comments
 (0)