Skip to content

Commit 9278005

Browse files
committed
Update hash
1 parent 154053b commit 9278005

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if (UNIX AND NOT APPLE)
2525
endif()
2626

2727
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)
2929
FetchContent_MakeAvailable(quartz)
3030

3131
list(APPEND LINK_LIBS ${PKGCONFIG_MODULES})

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
owner = "vimpostor";
1616
repo = "quartz";
1717
rev = builtins.head (builtins.match ".*FetchContent_Declare\\(.*GIT_TAG ([[:alnum:]\\.]+).*" (builtins.readFile ./CMakeLists.txt));
18-
hash = "sha256-cANBwVXcnWPaFE58lfbi53DUJ1mAmJL/p1hxoS5cX7s=";
18+
hash = "sha256-N4wdoZx6sQejfy/9tqtQIOcT9q9fB1DnSSnegnWDtXo=";
1919
};
2020
makeStdenvPkg = env: env.mkDerivation {
2121
pname = "blobdrop";

0 commit comments

Comments
 (0)