Skip to content

Commit 40c1e5c

Browse files
radicle-httpd: 0.18.0 -> 0.18.1 (#380121)
Co-authored-by: lorenzleutgeb <[email protected]>
2 parents ae8c100 + 9eea4de commit 40c1e5c

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,20 +13,20 @@
1313
}:
1414
rustPlatform.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

0 commit comments

Comments
 (0)