Merge pull request #217821 from r-ryantm/auto-update/dcap

dcap: 2.47.12 -> 2.47.14
This commit is contained in:
Weijia Wang
2023-02-24 15:33:55 +02:00
committed by GitHub
+2 -2
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 ];