We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eeb612 commit 41ea5deCopy full SHA for 41ea5de
1 file changed
pkgs/development/libraries/quazip/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "quazip";
5
- version = "0.9";
+ version = "0.9.1";
6
7
src = fetchFromGitHub {
8
owner = "stachenov";
9
repo = pname;
10
rev = "v${version}";
11
- sha256 = "0psvf3d9akyyx3bckc9325nmbp97xiagf8la4vhca5xn2f430fbn";
+ sha256 = "11icgwv2xyxhd1hm1add51xv54zwkcqkg85d1xqlgiigvbm196iq";
12
};
13
14
buildInputs = [ zlib qtbase ];
0 commit comments