Radish alpha
r
rad:z254T5p17bdFPmzfDojsdjo4HjpoZ
Radicle Infrastructure as Code (NixOS, OpenTofu, …)
Radicle
Git
radicle-node: 1.4.0-rc.1 → 1.4.0-rc.2
Lorenz Leutgeb committed 8 months ago
commit ab0c2c5a51a13404f48ddfe0a4397b0af311c19f
parent eb660d7
1 file changed +2 -2
modified overlay/radicle-node.nix
@@ -1,5 +1,5 @@
final: prev: (let
-
  version = "1.4.0-rc.1";
+
  version = "1.4.0-rc.2";
  overlayRustPackage = {
    final,
    prev,
@@ -33,7 +33,7 @@ in
      src = final.fetchgit {
        inherit (args.src) url;
        tag = "releases/${version}";
-
        hash = "sha256-jGh8ZZPmElmLCspWvR3gBAOQXX0vtXKsVAzqr32uWpQ=";
+
        hash = "sha256-e5Zelu3g8m9u5NtyABkIV4wOed9cq58xSaxginoDb2Q=";
        leaveDotGit = true;
        postFetch = ''
          git -C $out rev-parse HEAD > $out/.git_head