Unverified Commit fe1658ab authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

opencode: 0.11.1 -> 0.11.2 (#445650)

parents 05a52f8b 103dbb4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,12 +22,12 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "opencode";
  version = "0.11.1";
  version = "0.11.2";
  src = fetchFromGitHub {
    owner = "sst";
    repo = "opencode";
    tag = "v${finalAttrs.version}";
    hash = "sha256-a3NReKk6wZre5GXmNRuBLzM0MtkAmIGe4r+zcZH+G1A=";
    hash = "sha256-kWVDNGJS7QraLSlLh+JDvggDmskhQ0lAlKLnlmaGyQU=";
  };

  tui = buildGoModule {