Unverified Commit ea5c294e authored by Florian's avatar Florian Committed by GitHub
Browse files

Merge pull request #330357 from gador/radicle-httpd-0.15.0

radicle-httpd: 0.14.0 -> 0.15.0
parents 55beb389 ad7d5a87
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,17 +13,17 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "radicle-httpd";
  version = "0.14.0";
  version = "0.15.0";
  env.RADICLE_VERSION = version;

  src = fetchgit {
    url = "https://seed.radicle.xyz/z4V1sjrXqjvFdnCUbxPFqd5p4DtH5.git";
    rev = "refs/namespaces/z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5/refs/tags/v${version}";
    hash = "sha256-WuaKYX3rGcIGmz4OAtCvoSwWUr09qfmXM2KI4uGu9s0=";
    hash = "sha256-wd+ST8ax988CpGcdFb3LUcA686U7BLmbi1k8Y3GAEIc=";
    sparseCheckout = [ "radicle-httpd" ];
  };
  sourceRoot = "${src.name}/radicle-httpd";
  cargoHash = "sha256-pe+x4fn45I1+6WaLT23KmO7RyAMNdU+7nwG9GSGSeMc=";
  cargoHash = "sha256-YIux5/BFAZNI9ZwP4lVKj4UGQ4lKrhZ675bCdUaXN70=";

  nativeBuildInputs = [
    asciidoctor