File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/ra/radicle-httpd Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313} :
1414rustPlatform . buildRustPackage rec {
1515 pname = "radicle-httpd" ;
16- version = "0.17.1 " ;
16+ version = "0.18.0 " ;
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-AhiIpNVDL4XYIQ89aYu8Cp2nKhIPYCzyrcG5hw9xsmE =" ;
23+ hash = "sha256-VHfiL0BSJsYS8QgMf+LEa6HvYoc+dxawTcwB4d6sTg8 =" ;
2424 sparseCheckout = [ "radicle-httpd" ] ;
2525 } ;
2626
2727 sourceRoot = "${ src . name } /radicle-httpd" ;
28- cargoHash = "sha256-TwK2QsoKVWYXn4mZEERQCnMOY4F9+wzjLBtvhH69wAs =" ;
28+ cargoHash = "sha256-LmUZCu10RsuA8Lu3FjWcV8MzjX5FxBCV6+4zG0GEN2c =" ;
2929
3030 nativeBuildInputs = [
3131 asciidoctor
You can’t perform that action at this time.
0 commit comments