dcap: 2.47.12 -> 2.47.14
This commit is contained in:
parent
739f4d5ee5
commit
36c8cb2406
1 changed files with 2 additions and 2 deletions
|
@ -10,13 +10,13 @@
|
|||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "dcap";
|
||||
version = "2.47.12";
|
||||
version = "2.47.14";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dCache";
|
||||
repo = "dcap";
|
||||
rev = version;
|
||||
sha256 = "sha256-pNLEN1YLQGMJNuv8n6bec3qONbwNOYbYDDvkwuP5AR4=";
|
||||
sha256 = "sha256-hn4nkFTIbSUUhvf9UfsEqVhphAdNWmATaCrv8jOuC0Y=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf automake libtool ];
|
||||
|
|
Loading…
Reference in a new issue