mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
opencode: 1.14.48 -> 1.15.3
- https://github.com/anomalyco/opencode/releases/tag/v1.15.3 - https://github.com/anomalyco/opencode/releases/tag/v1.15.2 - https://github.com/anomalyco/opencode/releases/tag/v1.15.1 - https://github.com/anomalyco/opencode/releases/tag/v1.15.0 - https://github.com/anomalyco/opencode/releases/tag/v1.14.51 - https://github.com/anomalyco/opencode/releases/tag/v1.14.50 - https://github.com/anomalyco/opencode/releases/tag/v1.14.49
This commit is contained in:
parent
400b4fdbac
commit
d8a466512a
1 changed files with 3 additions and 3 deletions
|
|
@ -16,13 +16,13 @@
|
|||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "opencode";
|
||||
version = "1.14.48";
|
||||
version = "1.15.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "anomalyco";
|
||||
repo = "opencode";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-gyybqabTco+5ZeWv4lCX8t/R9Jm3tYsA8wVvkrxkEYQ=";
|
||||
hash = "sha256-OKQR76q7trKQTvlMxH8tG2jNnRtBe3YeFfvNw8c3+8I=";
|
||||
};
|
||||
|
||||
node_modules = stdenvNoCC.mkDerivation {
|
||||
|
|
@ -75,7 +75,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
# NOTE: Required else we get errors that our fixed-output derivation references store paths
|
||||
dontFixup = true;
|
||||
|
||||
outputHash = "sha256-94uXrhyGqW016U6LPE/xIfZGoDOzyUto5DyQrYYePds=";
|
||||
outputHash = "sha256-O6czNd9n6b0TTIsPseZn9qOlxsPzRTrePu3L6gM13oM=";
|
||||
outputHashAlgo = "sha256";
|
||||
outputHashMode = "recursive";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue