radicle-explorer: fix src hash

This commit is contained in:
Defelo
2025-08-17 03:50:28 +02:00
parent 17e6dae5f8
commit 5e2cc45271

View File

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