Unverified Commit 96f31a55 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

opencode: 0.5.28 -> 0.5.29 (#438870)

parents 45f523ae 869d879d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,12 +22,12 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "opencode";
  version = "0.5.28";
  version = "0.5.29";
  src = fetchFromGitHub {
    owner = "sst";
    repo = "opencode";
    tag = "v${finalAttrs.version}";
    hash = "sha256-g/qIn9s3yw3zvCuxD4ByHiFWmQ3TclrhFurqXEcIYnY=";
    hash = "sha256-l9yi+98fsFWERKsJPfhNoCTG9vKawE4aKngwBkCJupE=";
  };

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

    outputHash = "sha256-BZ7rVCcBMTbyYWx5VEfFQo3UguthDgxhIjZ+6T3jrIM=";
    outputHash = "sha256-PmLO0aU2E7NlQ7WtoiCQzLRw4oKdKxS5JI571lvbhHo=";
    outputHashAlgo = "sha256";
    outputHashMode = "recursive";
  };