Unverified Commit f90e6b81 authored by R. RyanTM's avatar R. RyanTM Committed by Nikolay Korotkiy
Browse files

libsForQt5.qtpbfimageplugin: 4.2 -> 4.4

parent 8396333e
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 = [