Unverified Commit 0c41e0c4 authored by Ulrik Strid's avatar Ulrik Strid Committed by GitHub
Browse files

opencode: 1.4.6 -> 1.4.10 (#510746)

parents 922dde89 78b5496f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "opencode";
  version = "1.4.6";
  version = "1.4.10";

  src = fetchFromGitHub {
    owner = "anomalyco";
    repo = "opencode";
    tag = "v${finalAttrs.version}";
    hash = "sha256-rVbWlVY4ujNVaE1o3SJmD0NrfWDtAfH+8MhOzmGgnhM=";
    hash = "sha256-L2oiB7YwAaB07ZSEjxOUobX3fZW4noluUbo/FFPDYl4=";
  };

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

    outputHash = "sha256-0vIkCiVnyy3FwXWI3ZooskJGMhEI75BP9Xc/ZLWaTbk=";
    outputHash = "sha256-rF+l0Hho0QEvMS5jaImhMlhKjjf1R66X20R6lEZcZeg=";
    outputHashAlgo = "sha256";
    outputHashMode = "recursive";
  };