radicle-explorer: fix src hash

(cherry picked from commit 5e2cc45271)
This commit is contained in:
Defelo
2025-08-17 03:50:28 +02:00
parent ef7d4c2738
commit 6e3f4fa9be

View File

@@ -77,7 +77,7 @@ lib.fix (
# separate hash.
src = fetchgit {
inherit (radicle-httpd.src) url rev;
hash = "sha256-HRSrLdiDETTWNF+Rzvlg1XQerXcCE2xaY+6Xbq5pItI=";
hash = "sha256-1OhZ0x21NlZIiTPCRpvdUsx5UmeLecTjVzH8DWllPr8=";
};
postPatch = ''