File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
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.7 )
28
+ FetchContent_Declare(quartz GIT_REPOSITORY https://github.com/vimpostor/quartz.git GIT_TAG v0.8 )
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-cANBwVXcnWPaFE58lfbi53DUJ1mAmJL/p1hxoS5cX7s =" ;
18
+ hash = "sha256-N4wdoZx6sQejfy/9tqtQIOcT9q9fB1DnSSnegnWDtXo =" ;
19
19
} ;
20
20
makeStdenvPkg = env : env . mkDerivation {
21
21
pname = "blobdrop" ;
You can’t perform that action at this time.
0 commit comments