dcap: 2.47.12 -> 2.47.14

This commit is contained in:
R. Ryantm 2023-02-23 10:19:06 +00:00
parent 739f4d5ee5
commit 36c8cb2406

View file

@ -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 ];