Skip to content

Commit

Permalink
radicle-node: 1.0.0-rc.14 -> 1.0.0-rc.17 (NixOS#338983)
Browse files Browse the repository at this point in the history
  • Loading branch information
gador authored Sep 4, 2024
2 parents 894143a + 2f0d100 commit f7b5d44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ra/radicle-node/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
, xdg-utils
}: rustPlatform.buildRustPackage rec {
pname = "radicle-node";
version = "1.0.0-rc.14";
version = "1.0.0-rc.17";
env.RADICLE_VERSION = version;

src = fetchgit {
url = "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git";
rev = "refs/namespaces/z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT/refs/tags/v${version}";
hash = "sha256-vqLDutaLeRuqRu8R9+0x2sDKxBrDeJ1RgKAiedkTvAw=";
hash = "sha256-sb0GroWfZWC9YCGby88eiPnhFCdDA9EUhVpoyuAA+Mk=";
};
cargoHash = "sha256-Qipt1IstoFGo1qQn/ZSwm3d1jrqj4mwIJep/A+/21WY=";
cargoHash = "sha256-5xqoWW3pPU/vQs1ewPb24/fv/oKBF+ZZzbsYhC7LopM=";

nativeBuildInputs = [ asciidoctor installShellFiles makeWrapper ];
nativeCheckInputs = [ git ];
Expand Down

0 comments on commit f7b5d44

Please sign in to comment.