Skip to content

Commit

Permalink
davix: 0.4.0 -> 0.6.4 (#18768)
Browse files Browse the repository at this point in the history
  • Loading branch information
adevress authored and fpletz committed Sep 21, 2016
1 parent 12e834f commit 46f37ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/davix/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, openssl, libxml2, boost }:

stdenv.mkDerivation rec {
name = "davix-0.4.0";
name = "davix-0.6.4";
buildInputs = [ stdenv pkgconfig cmake openssl libxml2 boost ];

src = fetchFromGitHub {
owner = "cern-it-sdc-id";
repo = "davix";
rev = "R_0_4_0-1";
sha256 = "0i6ica7rmpc3hbybjql5mr500cd43w4qzc69cj1djkc6bqqb752v";
rev = "R_0_6_4";
sha256 = "10hg7rs6aams96d4ghldgkrrnikskdpmn8vy6hj5j0s17a2yms6q";
};


Expand Down

0 comments on commit 46f37ae

Please sign in to comment.