From f3c794da1f6dbd8ba45aa949dcf3965fb4f2d517 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Thu, 2 Nov 2023 18:44:19 +0000
Subject: [PATCH] fix: shift eic-spack from versions to hashes

---
 eic-spack.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eic-spack.sh b/eic-spack.sh
index f19c045a6..8b2f0bb3d 100644
--- a/eic-spack.sh
+++ b/eic-spack.sh
@@ -1,9 +1,9 @@
 ## EIC spack organization and repository, e.g. eic/eic-spack
 EICSPACK_ORGREPO="eic/eic-spack"
 
-## EIC spack github version, e.g. v0.19.7 or commit hash
-## note: nightly builds will use e.g. releases/v0.19
-EICSPACK_VERSION="v0.20.24"
+## EIC spack commit hash or github version, e.g. v0.19.7
+## note: nightly builds could use a branch e.g. releases/v0.19
+EICSPACK_VERSION="47645083690b46a2cebd54f92b4648752be5c24d"
 
 ## Space-separated list of eic-spack cherry-picks
 read -r -d '' EICSPACK_CHERRYPICKS <<- \
-- 
GitLab