libmd: 1.0.1 -> 1.0.3
This commit is contained in:
parent
389332116b
commit
6681661989
@ -2,23 +2,19 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libmd";
|
pname = "libmd";
|
||||||
version = "1.0.1";
|
version = "1.0.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://archive.hadrons.org/software/${pname}/${pname}-${version}.tar.xz";
|
url = "https://archive.hadrons.org/software/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0waclg2d5qin3r26gy5jvy4584ik60njc8pqbzwk0lzq3j9ynkp1";
|
sha256 = "0jmga8y94h857ilra3qjaiax3wd5pd6mx1h120zhl9fcjmzhj0js";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
# Writing the version to a .dist-version file is required for the get-version
|
|
||||||
# shell script because fetchgit removes the .git directory.
|
|
||||||
prePatch = ''
|
|
||||||
echo '${version}' > .dist-version;
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://www.hadrons.org/software/${pname}/";
|
homepage = "https://www.hadrons.org/software/${pname}/";
|
||||||
|
changelog = "https://archive.hadrons.org/software/libmd/libmd-${version}.announce";
|
||||||
|
# Git: https://git.hadrons.org/cgit/libmd.git
|
||||||
description = "Message Digest functions from BSD systems";
|
description = "Message Digest functions from BSD systems";
|
||||||
license = with licenses; [ bsd3 bsd2 isc beerware publicDomain ];
|
license = with licenses; [ bsd3 bsd2 isc beerware publicDomain ];
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ primeos ];
|
||||||
|
Loading…
Reference in New Issue
Block a user