Merge pull request #229091 from r-ryantm/auto-update/qt6Packages.quazip

qt6Packages.quazip: 1.3 -> 1.4
This commit is contained in:
Weijia Wang
2023-04-30 17:05:24 +03:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "quazip";
version = "1.3";
version = "1.4";
src = fetchFromGitHub {
owner = "stachenov";
repo = pname;
rev = "v${version}";
sha256 = "sha256-CtjjHJgUEmGg066D/wey3wyq8boX1sJiP7fUNmpbT1o=";
sha256 = "sha256-JPpkYvndjDcHVChAyWhpb/XiUPu/qHqDZFh5XmonXMs=";
};
buildInputs = [ zlib qtbase ];