mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
radicle-explorer: fix src hash
This commit is contained in:
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user