Unverified Commit dab555f1 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

libsForQt5.qtpbfimageplugin: 4.2 -> 4.4 (#429350)

parents ae75b23d f90e6b81
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "qtpbfimageplugin";
  version = "4.2";
  version = "4.4";

  src = fetchFromGitHub {
    owner = "tumic0";
    repo = "QtPBFImagePlugin";
    tag = version;
    hash = "sha256-yk/DsLjNLqtmhvPcHDZGsNiAI1zBv1vBtgERvtNjF4I=";
    hash = "sha256-WcqhYDfirMfNtUJBvhZ1559NnJun9OuhhVg6o8IcVGQ=";
  };

  nativeBuildInputs = [