We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f4ebf9 + f86d600 commit fda7387Copy full SHA for fda7387
1 file changed
pkgs/by-name/op/opencode/package.nix
@@ -14,12 +14,12 @@
14
}:
15
let
16
pname = "opencode";
17
- version = "1.1.14";
+ version = "1.1.20";
18
src = fetchFromGitHub {
19
owner = "anomalyco";
20
repo = "opencode";
21
tag = "v${version}";
22
- hash = "sha256-uNeje6WZ/FJVOtxdTdWXbWhPl7BwMws+7/Iz2Hz/stw=";
+ hash = "sha256-CiOc6gHlZBbwciA1r27axE4fF+ARz4NPkjUFXO77Gdo=";
23
};
24
25
node_modules = stdenvNoCC.mkDerivation {
@@ -66,7 +66,7 @@ let
66
# NOTE: Required else we get errors that our fixed-output derivation references store paths
67
dontFixup = true;
68
69
- outputHash = "sha256-OJ3C4RMzfbbG1Fwa/5yru0rlISj+28UPITMNBEU5AeM=";
+ outputHash = "sha256-PFtYvhQJLWj2kHQPj6PsPjy7mKUS07dJ03A2IWd943w=";
70
outputHashAlgo = "sha256";
71
outputHashMode = "recursive";
72
0 commit comments