Unverified Commit fa4a775c authored by Thierry Delafontaine's avatar Thierry Delafontaine
Browse files

opencode: 1.0.114 -> 1.0.119

parent 763135fd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,12 +13,12 @@
}:
let
  pname = "opencode";
  version = "1.0.114";
  version = "1.0.119";
  src = fetchFromGitHub {
    owner = "sst";
    repo = "opencode";
    tag = "v${version}";
    hash = "sha256-Ng+6FAbqQBpqxet/09WLL+iOMwVrf2pfC5XdKdrCfEc=";
    hash = "sha256-U2oIEXhAWOaOZHGBlVUPgysW0AtEh/P8LxbGlm8Lquk=";
  };

  node_modules = stdenvNoCC.mkDerivation {
@@ -70,7 +70,7 @@ let
    # NOTE: Required else we get errors that our fixed-output derivation references store paths
    dontFixup = true;

    outputHash = "sha256-BjaGENHexbcIwo2cEaMFM4IoxtUVaOsjizX5KaWfZ+k=";
    outputHash = "sha256-rGmHVBhsyOmPD4kG8k0hhER5pZn2KVwBXk0O8MER8jc=";
    outputHashAlgo = "sha256";
    outputHashMode = "recursive";
  };