File tree Expand file tree Collapse file tree 3 files changed +5
-90
lines changed
Expand file tree Collapse file tree 3 files changed +5
-90
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5757 passthru = prev . passthru // mkPassthru final args ;
5858 } )
5959 ) ;
60-
61- # By default, radicle-explorer includes a dependency that sends requests
62- # to a web analytics tracking service. Using this attribute yields a
63- # version of radicle-explorer with this dependency removed.
64- withoutTrackers = self {
65- patches = [ ./0001-remove-dependency-on-plausible.patch ] ;
66- npmDepsHash = "sha256:1hbrzfjkfc0q8qk03yi6qb9zqm57h7hnkn7fl0yxkrzbrljaljaz" ;
67- } ;
6860 } ;
6961in
7062lib . fix (
7163 self :
7264 lib . makeOverridable (
7365 {
74- npmDepsHash ? "sha256:0kw6rvqm0s21j1rss35idvgcrzzczfy6qi3323y385djw4ygk5xs " ,
66+ npmDepsHash ? "sha256-XBWwTgfiQX3oW8f4bhfjn85M6KbC6mcIxmwRg224asM= " ,
7567 patches ? [ ] ,
7668 } @args :
7769 buildNpmPackage {
@@ -85,7 +77,7 @@ lib.fix (
8577 # separate hash.
8678 src = fetchgit {
8779 inherit ( radicle-httpd . src ) url rev ;
88- hash = "sha256:09m13238h6j7g02r6332ihgyyzbjx90pgz14rz29pgv7936h6il8 " ;
80+ hash = "sha256-HQbyQWkp8YikSMMcX+zBfbscuUqDEGIe3oATtaHikZk= " ;
8981 } ;
9082
9183 postPatch = ''
Original file line number Diff line number Diff line change 1313} :
1414rustPlatform . buildRustPackage rec {
1515 pname = "radicle-httpd" ;
16- version = "0.17.0 " ;
16+ version = "0.17.1 " ;
1717 env . RADICLE_VERSION = version ;
1818
1919 # You must update the radicle-explorer source hash when changing this.
2020 src = fetchgit {
2121 url = "https://seed.radicle.xyz/z4V1sjrXqjvFdnCUbxPFqd5p4DtH5.git" ;
2222 rev = "refs/namespaces/z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5/refs/tags/v${ version } " ;
23- hash = "sha256-nstyb1rSll3Sl0DlA9JAAwvr6JN8okJ03WoQnE4dXEk =" ;
23+ hash = "sha256-AhiIpNVDL4XYIQ89aYu8Cp2nKhIPYCzyrcG5hw9xsmE =" ;
2424 sparseCheckout = [ "radicle-httpd" ] ;
2525 } ;
2626
2727 sourceRoot = "${ src . name } /radicle-httpd" ;
28- cargoHash = "sha256-M4tDtUXS99/Zb1Z71CTdW9gMgRR30rbwA6wK7nlwblQ =" ;
28+ cargoHash = "sha256-TwK2QsoKVWYXn4mZEERQCnMOY4F9+wzjLBtvhH69wAs =" ;
2929
3030 nativeBuildInputs = [
3131 asciidoctor
You can’t perform that action at this time.
0 commit comments