libsForQt5.qtpbfimageplugin: 4.4 -> 4.5

This commit is contained in:
R. Ryantm 2025-08-14 01:09:19 +00:00
parent 64cf35ea43
commit ade504b0ec

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "qtpbfimageplugin";
version = "4.4";
version = "4.5";
src = fetchFromGitHub {
owner = "tumic0";
repo = "QtPBFImagePlugin";
tag = version;
hash = "sha256-WcqhYDfirMfNtUJBvhZ1559NnJun9OuhhVg6o8IcVGQ=";
hash = "sha256-uhlm2ELRsWwm2V87ANKT9LdhUdlbfu1I8K98npryq2I=";
};
nativeBuildInputs = [