mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
libxlsxwriter: 1.1.7 -> 1.1.8
Diff: https://github.com/jmcnamara/libxlsxwriter/compare/RELEASE_1.1.7...v1.1.8 Changelog: https://github.com/jmcnamara/libxlsxwriter/blob/refs/tags/v1.1.8/Changes.txt
This commit is contained in:
parent
dbd9fc2f9d
commit
67a87cc4c9
@ -8,13 +8,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libxlsxwriter";
|
||||
version = "1.1.7";
|
||||
version = "1.1.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jmcnamara";
|
||||
repo = "libxlsxwriter";
|
||||
rev = "RELEASE_${version}";
|
||||
hash = "sha256-bJ0NMbK9c21YYdcg/TW3ePSDVi5hly6lSW7wXFskI8M=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-GtH8324whOUizGZTzQtD53WTy4BNPnpTSkCX/iOIolQ=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user