radicle-node: 1.2.0 → 1.2.1

(cherry picked from commit 4e73bd2c60)
This commit is contained in:
Lorenz Leutgeb
2025-07-30 12:19:31 +02:00
committed by Defelo
parent 3634657dc2
commit af1ea58a87

View File

@@ -19,13 +19,13 @@
}:
rustPlatform.buildRustPackage rec {
pname = "radicle-node";
version = "1.2.0";
version = "1.2.1";
env.RADICLE_VERSION = version;
src = fetchgit {
url = "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git";
rev = "refs/namespaces/z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM/refs/tags/v${version}";
hash = "sha256-AWgLhL6GslE3r2FcZu2imV5ZtEKlUD+a4C5waRGO2lM=";
hash = "sha256-pqYV3n/aKNbEDEp8v4oQUMMlsSiJZq/nh5gFP4KpZbM=";
leaveDotGit = true;
postFetch = ''
git -C $out rev-parse HEAD > $out/.git_head
@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
'';
};
cargoHash = "sha256-/6VlRwWtJfHf6tXD2HJUTbThwTYeZFTJqtaxclrm3+c=";
cargoHash = "sha256-T457lXW0M2eO9R+8XyobUFVj4NOiXVSvtDztp1i0PS4=";
nativeBuildInputs = [
asciidoctor