liberasurecode: 1.6.3 -> 1.6.4

https://github.com/openstack/liberasurecode/compare/1.6.3...1.6.4
This commit is contained in:
Anthony ROUSSEL 2024-09-01 21:31:46 +02:00
parent c3bda7ebcb
commit 5eeb244259

View File

@ -10,7 +10,7 @@
stdenv.mkDerivation rec {
pname = "liberasurecode";
version = "1.6.3";
version = "1.6.4";
outputs = [
"out"
@ -20,17 +20,17 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "openstack";
repo = pname;
rev = version;
sha256 = "sha256-HCp+FQ9nq4twk6FtfKhzT80wXXJbvG+clrDO2/9ATpU=";
repo = "liberasurecode";
rev = "refs/tags/${version}";
hash = "sha256-KYXlRjUudWhFbhyv9V1fmqwBw3/vTBfusxafaNG+Q40=";
};
postPatch = ''
substituteInPlace doc/doxygen.cfg.in \
--replace "GENERATE_MAN = NO" "GENERATE_MAN = YES"
--replace-fail "GENERATE_MAN = NO" "GENERATE_MAN = YES"
substituteInPlace Makefile.am src/Makefile.am \
--replace "-Werror" ""
--replace-fail "-Werror" ""
'';
nativeBuildInputs = [