radicle-httpd: 0.19.1 → 0.20.0
This commit is contained in:
parent
0a53886700
commit
3926cdcaa4
@ -12,20 +12,20 @@
|
|||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "radicle-httpd";
|
pname = "radicle-httpd";
|
||||||
version = "0.19.1";
|
version = "0.20.0";
|
||||||
env.RADICLE_VERSION = version;
|
env.RADICLE_VERSION = version;
|
||||||
|
|
||||||
# You must update the radicle-explorer source hash when changing this.
|
# You must update the radicle-explorer source hash when changing this.
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://seed.radicle.xyz/z4V1sjrXqjvFdnCUbxPFqd5p4DtH5.git";
|
url = "https://seed.radicle.xyz/z4V1sjrXqjvFdnCUbxPFqd5p4DtH5.git";
|
||||||
rev = "refs/namespaces/z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5/refs/tags/v${version}";
|
rev = "refs/namespaces/z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM/refs/tags/v${version}";
|
||||||
hash = "sha256-RDF36bEJg54DG/YgORGo+BwrHMfmd12FRCrP6fVvHPg=";
|
hash = "sha256-9rJH4ECqOJ9wnYxCbEFHXo3PlhbPdeOnF+Pf1MzX25c=";
|
||||||
sparseCheckout = [ "radicle-httpd" ];
|
sparseCheckout = [ "radicle-httpd" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/radicle-httpd";
|
sourceRoot = "${src.name}/radicle-httpd";
|
||||||
|
|
||||||
cargoHash = "sha256-wSz0kM2XU717A0+mU+3eOHJWlRGdG9KjvfUkUq5bv14=";
|
cargoHash = "sha256-1GWWtrSYzTXUAgjeWaxyOuDqTDuTMWleug8SmxTHXbI=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
asciidoctor
|
asciidoctor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user