mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
dcap: 2.47.12 -> 2.47.14
This commit is contained in:
parent
739f4d5ee5
commit
36c8cb2406
@ -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 New Issue
Block a user