resolv_wrapper: 1.1.6 -> 1.1.7

This commit is contained in:
R. RyanTM 2021-03-09 15:36:37 +00:00
parent 29b0d4d0b6
commit 1316ac0145

View file

@ -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 ];