File tree Expand file tree Collapse file tree 4 files changed +3
-42
lines changed Expand file tree Collapse file tree 4 files changed +3
-42
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if (UNIX AND NOT APPLE)
25
25
endif ()
26
26
27
27
include (FetchContent )
28
- FetchContent_Declare (quartz GIT_REPOSITORY https://github.com/vimpostor/quartz.git GIT_TAG v0.5 )
28
+ FetchContent_Declare (quartz GIT_REPOSITORY https://github.com/vimpostor/quartz.git GIT_TAG 9f1ac6cce6b338c6613aa195cffe6f0bb5c965df )
29
29
FetchContent_MakeAvailable (quartz )
30
30
31
31
list (APPEND LINK_LIBS ${PKGCONFIG_MODULES} )
Original file line number Diff line number Diff line change 15
15
owner = "vimpostor" ;
16
16
repo = "quartz" ;
17
17
rev = builtins . head ( builtins . match ".*FetchContent_Declare\\ (.*GIT_TAG ([[:alnum:]\\ .]+).*" ( builtins . readFile ./CMakeLists.txt ) ) ;
18
- hash = "sha256-pXalJ4YUpqAtKJTSk/jHiWpB0he82wOF6iXzQU6AtwQ =" ;
18
+ hash = "sha256-UacYQ5c+MGUK4saLohnZs4691CBGI59JpkdgCaYbPUk =" ;
19
19
} ;
20
20
makeStdenvPkg = env : env . mkDerivation {
21
21
pname = "blobdrop" ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
import QtQuick
2
2
import QtQuick.Controls.Material
3
+ import Quartz
3
4
4
5
import Backend
5
6
You can’t perform that action at this time.
0 commit comments