Unverified Commit 6729837d authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

opencode: 1.1.59 -> 1.1.65 (#490052)

parents d4a41c95 7eb64103
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -7240,6 +7240,11 @@
    name = "Duncan Dean";
    keys = [ { fingerprint = "9484 44FC E03B 05BA 5AB0  591E C37B 1C1D 44C7 86EE"; } ];
  };
  DuskyElf = {
    name = "jan Lemata";
    github = "DuskyElf";
    githubId = 91879372;
  };
  dustyhorizon = {
    name = "Kenneth Tan";
    email = "i.am@kennethtan.xyz";
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    ;

  cargoRoot = "packages/desktop/src-tauri";
  cargoHash = "sha256-6ScxLZVldKL8ChDoH13Q55W3Zqz9kNshWzAGOij5jqs=";
  cargoHash = "sha256-Sfw/1380knqusED8OJcCn0D7erkX1sLtQq9m6Dd0v4Y=";
  buildAndTestSubdir = finalAttrs.cargoRoot;

  nativeBuildInputs = [
+5 −4
Original line number Diff line number Diff line
@@ -14,12 +14,12 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "opencode";
  version = "1.1.59";
  version = "1.1.65";
  src = fetchFromGitHub {
    owner = "anomalyco";
    repo = "opencode";
    tag = "v${finalAttrs.version}";
    hash = "sha256-+vvNQzfhuP91mK/BjBufWGdS+2vHJAtB8iDl14z4y48=";
    hash = "sha256-U8hx8MeyhCe+o3uj3GL3LbkkFkduvxVtPgZeVGoIE0s=";
  };

  node_modules = stdenvNoCC.mkDerivation {
@@ -70,9 +70,9 @@ stdenvNoCC.mkDerivation (finalAttrs: {

    outputHash =
      if stdenvNoCC.hostPlatform.isDarwin then
        "sha256-BMTXCu31OBxHF0hz/NVEs5a7M6CytXwe7fOlDgnECk4="
        "sha256-KlE4U87sVWoB2eXngUU7w+Z3F7oqh3NPhoCRHQqQm1s="
      else
        "sha256-lPGQxvK8WUqBQs25I+U8V+0y12jCZumEFGHMkEmOR34=";
        "sha256-yza9eeMOWAd9ggGPMDs6ALjg7ptfk4iuN5y1rcUTIpc=";
    outputHashAlgo = "sha256";
    outputHashMode = "recursive";
  };
@@ -166,6 +166,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
    maintainers = with lib.maintainers; [
      delafthi
      graham33
      DuskyElf
    ];
    sourceProvenance = with lib.sourceTypes; [ fromSource ];
    platforms = [