Unverified Commit 049ea695 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

libsForQt5.qxlsx: 1.4.7 -> 1.4.8
parents 67045472 fc8c29f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];