mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
qdocumentview: 0.3.0 -> 0.3.0.1
This commit is contained in:
parent
4c66bec300
commit
034802a5fe
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "qdocumentview";
|
||||
version = "0.3.0";
|
||||
version = "0.3.0.1";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "extraqt";
|
||||
repo = "qdocumentview";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-fGm19Bl3lSvMhau2jByZTTThwfWnsrm/Xx82J6ZJcVo=";
|
||||
hash = "sha256-z5Z43fo6oemGBn5Gfmx5ndeOva+qSH6mwkUWClylChA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue