Merge pull request #320777 from r-ryantm/auto-update/kdePackages.qtpbfimageplugin

kdePackages.qtpbfimageplugin: 3.0 -> 3.1
This commit is contained in:
Weijia Wang 2024-06-27 23:52:22 +02:00 committed by GitHub
commit 40920f8020
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qtpbfimageplugin";
version = "3.0";
version = "3.1";
src = fetchFromGitHub {
owner = "tumic0";
repo = "QtPBFImagePlugin";
rev = version;
sha256 = "sha256-RYZnuHjK6/ygFsjjnOTz7glYnibTwDNlou/4cQ7HfKM=";
sha256 = "sha256-7DaJvpApdnh5+9vd0spUDorwzpzLEaJ8477qE8nJLOc=";
};
nativeBuildInputs = [ qmake ];