Commit f19299e2 authored by R. RyanTM's avatar R. RyanTM
Browse files

libsForQt5.qtpbfimageplugin: 4.5 -> 4.7

parent 1afb300b
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.5";
  version = "4.7";

  src = fetchFromGitHub {
    owner = "tumic0";
    repo = "QtPBFImagePlugin";
    tag = version;
    hash = "sha256-uhlm2ELRsWwm2V87ANKT9LdhUdlbfu1I8K98npryq2I=";
    hash = "sha256-XcHfzBMLCP5ScGz1COpl+kYXzEZATYqvhDfKVS7ona4=";
  };

  nativeBuildInputs = [