Merge pull request #115555 from r-ryantm/auto-update/resolv_wrapper
resolv_wrapper: 1.1.6 -> 1.1.7
This commit is contained in:
commit
128b174b6f
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user