qdocumentview: 0.3.0 -> 0.3.0.1 (#403041)

Co-authored-by: emaryn <emaryn@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
emaryn
and committed by
GitHub
0485b431 e3cc9771

+2 -2
+2 -2
pkgs/by-name/qd/qdocumentview/package.nix
··· 11 11 12 12 stdenv.mkDerivation (finalAttrs: { 13 13 pname = "qdocumentview"; 14 - version = "0.3.0"; 14 + version = "0.3.0.1"; 15 15 16 16 src = fetchFromGitLab { 17 17 owner = "extraqt"; 18 18 repo = "qdocumentview"; 19 19 tag = "v${finalAttrs.version}"; 20 - hash = "sha256-fGm19Bl3lSvMhau2jByZTTThwfWnsrm/Xx82J6ZJcVo="; 20 + hash = "sha256-z5Z43fo6oemGBn5Gfmx5ndeOva+qSH6mwkUWClylChA="; 21 21 }; 22 22 23 23 nativeBuildInputs = [