Skip to content

Commit e7be80f

Browse files
committed
radicle-httpd: 0.17.1 -> 0.18.0
1 parent 47a9223 commit e7be80f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ra/radicle-httpd/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
}:
1414
rustPlatform.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

0 commit comments

Comments
 (0)