libsForQt5.qtpbfimageplugin: 4.5 -> 4.7 (#439179)

This commit is contained in:
Nikolay Korotkiy
2025-09-01 20:17:48 +04:00
committed by GitHub
@@ -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 = [