Merge pull request #92545 from r-ryantm/auto-update/quazip

libsForQt5.quazip: 0.9 -> 0.9.1
This commit is contained in:
Lancelot SIX 2020-07-07 13:07:13 +01:00 committed by GitHub
commit 329bb778f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "quazip";
version = "0.9";
version = "0.9.1";
src = fetchFromGitHub {
owner = "stachenov";
repo = pname;
rev = "v${version}";
sha256 = "0psvf3d9akyyx3bckc9325nmbp97xiagf8la4vhca5xn2f430fbn";
sha256 = "11icgwv2xyxhd1hm1add51xv54zwkcqkg85d1xqlgiigvbm196iq";
};
buildInputs = [ zlib qtbase ];