1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

openresolv: 3.9.1 -> 3.9.2

https://roy.marples.name/blog/openresolv-3-9-2-released
This commit is contained in:
Will Dietz 2019-09-10 17:06:20 -05:00
parent 8b34d843c6
commit 4a4586839e
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "openresolv";
version = "3.9.1";
version = "3.9.2";
src = fetchurl {
url = "mirror://roy/openresolv/${pname}-${version}.tar.xz";
sha256 = "1wlzi88837rf4ygswmzpbcmgkbbjhn5n322n9q6ir6x367hygf1q";
sha256 = "0wyk9sl1xgvxjvj1v3nlgs79nykdr0b76k5zp3v6cm9fd10y5mql";
};
buildInputs = [ makeWrapper ];