libsForQt5.qtpbfimageplugin: 4.5 -> 4.7

This commit is contained in:
R. Ryantm
2025-09-01 12:55:31 +00:00
parent 1afb300b0d
commit f19299e2cd
@@ -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 = [