kdePackages.qtpbfimageplugin: 4.7 -> 5.0 (#448702)

This commit is contained in:
Nikolay Korotkiy
2025-10-05 08:05:32 +00:00
committed by GitHub
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "qtpbfimageplugin";
version = "4.7";
version = "5.0";
src = fetchFromGitHub {
owner = "tumic0";
repo = "QtPBFImagePlugin";
tag = version;
hash = "sha256-XcHfzBMLCP5ScGz1COpl+kYXzEZATYqvhDfKVS7ona4=";
hash = "sha256-ruaYJ3onc1banwgpZ0Gh7n8fZ9t7DQ6D6gshXH2IXfc=";
};
nativeBuildInputs = [