libsForQt5.qtpbfimageplugin: 4.2 -> 4.4

This commit is contained in:
R. Ryantm 2025-07-29 13:12:54 +00:00 committed by Nikolay Korotkiy
parent 8396333ef1
commit f90e6b81ac
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -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 = [