mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
davix: 0.7.2 -> 0.7.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/davix/versions
This commit is contained in:
parent
a80982b4c9
commit
671450790a
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
|||
{ stdenv, fetchurl, cmake, pkgconfig, openssl, libxml2, boost, python3, libuuid }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.7.2";
|
||||
version = "0.7.3";
|
||||
name = "davix-${version}";
|
||||
nativeBuildInputs = [ cmake pkgconfig python3 ];
|
||||
buildInputs = [ openssl libxml2 boost libuuid ];
|
||||
|
||||
# using the url below since the 0.7.2 release did carry a broken CMake file,
|
||||
# using the url below since the 0.7.3 release did carry a broken CMake file,
|
||||
# supposedly fixed in the next release
|
||||
# https://github.com/cern-fts/davix/issues/40
|
||||
src = fetchurl {
|
||||
url = "http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/davix/${version}/davix-${version}.tar.gz";
|
||||
sha256 = "1w1q7r6r5j5f23ra4qhx3x29w9z9xal23c2azazpfmcz88hkkmhz";
|
||||
sha256 = "12ij7p1ahgvicqmccrvpd0iw1909qmpbc3nk58gdm866f9p2find";
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue