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

libsForQt5.qtpbfimageplugin: 2.4 -> 2.5
This commit is contained in:
Weijia Wang 2023-10-28 02:37:30 +02:00 committed by GitHub
commit 1a211d59cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qtpbfimageplugin";
version = "2.4";
version = "2.5";
src = fetchFromGitHub {
owner = "tumic0";
repo = "QtPBFImagePlugin";
rev = version;
sha256 = "sha256-Ju22lCpwbNxiFeQoaUh3LmtI6RlTO3hOw2Z4/O8PQ6E=";
sha256 = "sha256-3tKXqYICuLSrJzWnp0ClXcz61XO5gXLTOLFeTk0g3mo=";
};
nativeBuildInputs = [ qmake ];