Skip to content

Commit fda7387

Browse files
authored
opencode: 1.1.14 -> 1.1.20 (NixOS#479993)
2 parents 8f4ebf9 + f86d600 commit fda7387

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/op/opencode/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
}:
1515
let
1616
pname = "opencode";
17-
version = "1.1.14";
17+
version = "1.1.20";
1818
src = fetchFromGitHub {
1919
owner = "anomalyco";
2020
repo = "opencode";
2121
tag = "v${version}";
22-
hash = "sha256-uNeje6WZ/FJVOtxdTdWXbWhPl7BwMws+7/Iz2Hz/stw=";
22+
hash = "sha256-CiOc6gHlZBbwciA1r27axE4fF+ARz4NPkjUFXO77Gdo=";
2323
};
2424

2525
node_modules = stdenvNoCC.mkDerivation {
@@ -66,7 +66,7 @@ let
6666
# NOTE: Required else we get errors that our fixed-output derivation references store paths
6767
dontFixup = true;
6868

69-
outputHash = "sha256-OJ3C4RMzfbbG1Fwa/5yru0rlISj+28UPITMNBEU5AeM=";
69+
outputHash = "sha256-PFtYvhQJLWj2kHQPj6PsPjy7mKUS07dJ03A2IWd943w=";
7070
outputHashAlgo = "sha256";
7171
outputHashMode = "recursive";
7272
};

0 commit comments

Comments
 (0)