Merge pull request #312444 from r-ryantm/auto-update/libsForQt5.qxlsx

libsForQt5.qxlsx: 1.4.7 -> 1.4.8
This commit is contained in:
Nick Cao 2024-05-17 17:59:18 -04:00 committed by GitHub
commit 049ea69520
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "qxlsx";
version = "1.4.7";
version = "1.4.8";
src = fetchFromGitHub {
owner = "QtExcel";
repo = "QXlsx";
rev = "v${version}";
hash = "sha256-E3x2IUPMRmPSTRN01sXJ0PZaN7iBzatr2vwan2sZxf0=";
hash = "sha256-mMhe4yztU9I/zJFbj/0GNiIoSy7U4rQ1Y3mDvvHNKXk=";
};
nativeBuildInputs = [ cmake ];