Commit 19c21357 authored by R. RyanTM's avatar R. RyanTM Committed by github-actions[bot]
Browse files

libxlsxwriter: 1.2.2 -> 1.2.3

(cherry picked from commit a8332982)
parent 2c9abb11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "libxlsxwriter";
  version = "1.2.2";
  version = "1.2.3";

  src = fetchFromGitHub {
    owner = "jmcnamara";
    repo = "libxlsxwriter";
    tag = "v${version}";
    hash = "sha256-Bi89TtihLtiXUh1PsJW1TiiT7ygQUM8yKeiYMi1PRCM=";
    hash = "sha256-1FUJLsnx0ZNTT66sK7/gbZVo6Se85nbYvtEyoxeOHTI=";
  };

  buildInputs = [