davix: 0.4.0 -> 0.6.4 (#18768)
This commit is contained in:
parent
12e834f769
commit
46f37ae78c
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, pkgconfig, openssl, libxml2, boost }:
|
{ stdenv, fetchFromGitHub, cmake, pkgconfig, openssl, libxml2, boost }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "davix-0.4.0";
|
name = "davix-0.6.4";
|
||||||
buildInputs = [ stdenv pkgconfig cmake openssl libxml2 boost ];
|
buildInputs = [ stdenv pkgconfig cmake openssl libxml2 boost ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cern-it-sdc-id";
|
owner = "cern-it-sdc-id";
|
||||||
repo = "davix";
|
repo = "davix";
|
||||||
rev = "R_0_4_0-1";
|
rev = "R_0_6_4";
|
||||||
sha256 = "0i6ica7rmpc3hbybjql5mr500cd43w4qzc69cj1djkc6bqqb752v";
|
sha256 = "10hg7rs6aams96d4ghldgkrrnikskdpmn8vy6hj5j0s17a2yms6q";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user