Skip to content

Commit

Permalink
findomain: 1.4.5 -> 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Apr 16, 2020
1 parent cd5bc89 commit 20252ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/findomain/default.nix
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "findomain";
version = "1.4.5";
version = "1.5.0";

src = fetchFromGitHub {
owner = "Edu4rdSHL";
repo = pname;
rev = version;
sha256 = "1p4ddyqg1v27hf19n1ksmfvj5s6z2c8i13syb0anhlyzqy576hwb";
sha256 = "1w3parmk3836v5ghn3cgcxyk0alk05r5ljl3j1fpnly5xvl131rd";
};

cargoSha256 = "0mdcj4almwziq1ph3imfdx41a96xq19sbjm7wsm9lxlzhvv256br";
cargoSha256 = "1cs076cgkzjan6y78a3bhriv2q2s83hp5vzhkjwz4dqn83r6b8hx";

nativeBuildInputs = [ installShellFiles perl ];
buildInputs = lib.optional stdenv.isDarwin Security;
Expand Down

0 comments on commit 20252ee

Please sign in to comment.