Loading pkgs/by-name/op/opencode/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -15,13 +15,13 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "opencode"; version = "1.3.0"; version = "1.3.2"; src = fetchFromGitHub { owner = "anomalyco"; repo = "opencode"; tag = "v${finalAttrs.version}"; hash = "sha256-JQsccVflS/GAjzguvZTLn7UH7tsou8yCSlaA48DVY10="; hash = "sha256-04eOIBHX9e8Brwn+uL/7q8szvRUilr4G0B8eB76dhKU="; }; node_modules = stdenvNoCC.mkDerivation { Loading Loading @@ -70,7 +70,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { # NOTE: Required else we get errors that our fixed-output derivation references store paths dontFixup = true; outputHash = "sha256-K6wRsvkhKzNL727/nqAUedv0HvfJt7vu13RKKcJ9adk="; outputHash = "sha256-LRLKvI1tfIebiVP6SQIs7heoOqAsB+FaCnrpFE0VLe4="; outputHashAlgo = "sha256"; outputHashMode = "recursive"; }; Loading Loading
pkgs/by-name/op/opencode/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -15,13 +15,13 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "opencode"; version = "1.3.0"; version = "1.3.2"; src = fetchFromGitHub { owner = "anomalyco"; repo = "opencode"; tag = "v${finalAttrs.version}"; hash = "sha256-JQsccVflS/GAjzguvZTLn7UH7tsou8yCSlaA48DVY10="; hash = "sha256-04eOIBHX9e8Brwn+uL/7q8szvRUilr4G0B8eB76dhKU="; }; node_modules = stdenvNoCC.mkDerivation { Loading Loading @@ -70,7 +70,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { # NOTE: Required else we get errors that our fixed-output derivation references store paths dontFixup = true; outputHash = "sha256-K6wRsvkhKzNL727/nqAUedv0HvfJt7vu13RKKcJ9adk="; outputHash = "sha256-LRLKvI1tfIebiVP6SQIs7heoOqAsB+FaCnrpFE0VLe4="; outputHashAlgo = "sha256"; outputHashMode = "recursive"; }; Loading