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.18.0 " ;
16+ version = "0.18.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-VHfiL0BSJsYS8QgMf+LEa6HvYoc+dxawTcwB4d6sTg8 =" ;
23+ hash = "sha256-sXVeDlGY6jyi5/z7ilPwlU7b3pyLSKIqUfi0Usx6NT8 =" ;
2424 sparseCheckout = [ "radicle-httpd" ] ;
2525 } ;
2626
2727 sourceRoot = "${ src . name } /radicle-httpd" ;
2828 useFetchCargoVendor = true ;
29- cargoHash = "sha256-YE72rhJXPcsonpOQLs/gZn5RE3DkSAGhWtYvg4jQ2D8 =" ;
29+ cargoHash = "sha256-ILsrDrpBMY8X3ZpfyUdf342agP6E8d32LEQTYtV869o =" ;
3030
3131 nativeBuildInputs = [
3232 asciidoctor
You can’t perform that action at this time.
0 commit comments