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

Merge pull request #265540 from r-ryantm/auto-update/libsForQt5.qtpbfimageplugin

libsForQt5.qtpbfimageplugin: 2.5 -> 2.6
parents bd1f271d e1784e33
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "qtpbfimageplugin";
  version = "2.5";
  version = "2.6";

  src = fetchFromGitHub {
    owner = "tumic0";
    repo = "QtPBFImagePlugin";
    rev = version;
    sha256 = "sha256-3tKXqYICuLSrJzWnp0ClXcz61XO5gXLTOLFeTk0g3mo=";
    sha256 = "sha256-tTpCbHiZTb/xmm3oRXsYAUWl1sYyAlGP9ss4xVQgPVo=";
  };

  nativeBuildInputs = [ qmake ];