Unverified Commit 661b0d8e authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

opencode: 1.2.26 -> 1.2.27 (#500322)

parents 0b8c746e f956974d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,12 +14,12 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "opencode";
  version = "1.2.26";
  version = "1.2.27";
  src = fetchFromGitHub {
    owner = "anomalyco";
    repo = "opencode";
    tag = "v${finalAttrs.version}";
    hash = "sha256-+bQEfrqv9tAmXUMcvyUM0hJGpXgt09IWoKYt8I/jBlU=";
    hash = "sha256-JUlFfILzcUCME3mOxdxDbcCXphNVEfVGIKhwAwtJPl8=";
  };

  node_modules = stdenvNoCC.mkDerivation {