qt6Packages.quazip: 1.3 -> 1.4

This commit is contained in:
R. Ryantm 2023-04-30 09:08:34 +00:00
parent 46285d5069
commit 9af805949f

View file

@ -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 ];