Merge pull request #115555 from r-ryantm/auto-update/resolv_wrapper

resolv_wrapper: 1.1.6 -> 1.1.7
This commit is contained in:
Sandro 2021-03-21 21:10:04 +01:00 committed by GitHub
commit 128b174b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,11 +1,11 @@
{ lib, stdenv, fetchurl, cmake, pkg-config }:
stdenv.mkDerivation rec {
name = "resolv_wrapper-1.1.6";
name = "resolv_wrapper-1.1.7";
src = fetchurl {
url = "mirror://samba/cwrap/${name}.tar.gz";
sha256 = "13k76l4s0v032xyyaf19qw6p4qc81ybx1wynkz2pzjhiljazsdpa";
sha256 = "sha256-Rgrn/V5TSFvn3ZmlXFki8csWNrnoghmB1JrRZQfIoHQ=";
};
nativeBuildInputs = [ cmake pkg-config ];