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

libsForQt5.quazip: 1.1 -> 1.2
This commit is contained in:
Jörg Thalheim 2021-12-08 18:17:08 +00:00 committed by GitHub
commit d54bc898d0
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 = "1.1";
version = "1.2";
src = fetchFromGitHub {
owner = "stachenov";
repo = pname;
rev = "v${version}";
sha256 = "06srglrj6jvy5ngmidlgx03i0d5w91yhi7sf846wql00v8rvhc5h";
sha256 = "sha256-fsEMmbatTB1s8JnUYE18/vj2FZ2b40zHoOlL2OVplLc=";
};
buildInputs = [ zlib qtbase ];