Unverified Commit fd14d481 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

zeroclaw: 0.5.0 -> 0.5.1 (#501485)

parents ece97837 dd5535d6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "zeroclaw";
  version = "0.5.0";
  version = "0.5.1";

  src = fetchFromGitHub {
    owner = "zeroclaw-labs";
    repo = "zeroclaw";
    tag = "v${finalAttrs.version}";
    hash = "sha256-RlliRnf9RLIbzWh3WRIvicie8mOPN0uimiiFbFD6+tQ=";
    hash = "sha256-5P+TjAf7i0oUxBCyBtagrmIHPXW2iZ6620PNxVYYjlQ=";
  };

  postPatch =
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
      ln -s ${zeroclaw-web} web/dist
    '';

  cargoHash = "sha256-tvT2+hPZpBBkYS1cnkNSzJiV2S2Z6RnhLZDkEYvOvgc=";
  cargoHash = "sha256-tpgeRLWyye43fuzw2MRevQx8YKEbyOnIgLzjg8EzwCg=";

  nativeBuildInputs = [
    pkg-config