mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
openresolv: Update to 3.5.4
This commit is contained in:
parent
7c2e9cf2bf
commit
a3da633b84
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "openresolv-3.4.6";
|
||||
name = "openresolv-3.5.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://roy.marples.name/downloads/openresolv/${name}.tar.bz2";
|
||||
sha256 = "026z4973b0vqp5acr6mn5fyxyc84y4ahg1f8fddh8dph86jcnhba";
|
||||
sha256 = "0in40iha4ghk12lr2p65v0by3h0jp7qsdajmj4vm7iis0plzr4db";
|
||||
};
|
||||
|
||||
configurePhase =
|
||||
|
|
Loading…
Reference in a new issue