Skip to content

Commit 41ea5de

Browse files
committed
libsForQt5.quazip: 0.9 -> 0.9.1
1 parent 6eeb612 commit 41ea5de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/libraries/quazip/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "quazip";
5-
version = "0.9";
5+
version = "0.9.1";
66

77
src = fetchFromGitHub {
88
owner = "stachenov";
99
repo = pname;
1010
rev = "v${version}";
11-
sha256 = "0psvf3d9akyyx3bckc9325nmbp97xiagf8la4vhca5xn2f430fbn";
11+
sha256 = "11icgwv2xyxhd1hm1add51xv54zwkcqkg85d1xqlgiigvbm196iq";
1212
};
1313

1414
buildInputs = [ zlib qtbase ];

0 commit comments

Comments
 (0)