Skip to content

Commit

Permalink
feat: Update dependencies, add ms-python.debugpy vscode extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sudosubin committed Mar 28, 2024
1 parent c428563 commit 900de25
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libraries/nixpkgs/programs/clop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ let
in
stdenvNoCC.mkDerivation rec {
pname = "clop";
version = "2.5.4";
version = "2.5.5";

src = fetchurl {
url = "https://github.com/FuzzyIdeas/Clop/releases/download/v${version}/Clop-${version}.dmg";
sha256 = "0na3556n8wkiv5f12ffi0f9r1m6qlj3gqv24c1gxrlzcc1200ina";
sha256 = "1zyq3avrrgaspp9kxr7jy2ilsk04z1bmmib7ad4sf43x787ig2la";
};

sourceRoot = "Clop.app";
Expand Down
6 changes: 3 additions & 3 deletions libraries/nixpkgs/programs/orbstack/default.nix
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{ lib, fetchurl, fetchFromGitHub, stdenvNoCC, docker, docker-compose_1, installShellFiles }:

let
version = "1.4.3_16673";
version = "1.5.0_16842";
hdiutil = "/usr/bin/hdiutil";

sources = {
"aarch64-darwin" = {
url = "https://cdn-updates.orbstack.dev/arm64/OrbStack_v${version}_arm64.dmg";
sha256 = "0n9p2ckqhqgywx6bmn0ac4s4fr2dg6n8x79wd4zknwr87lbq5jxg";
sha256 = "01l8gw22ngyjmyd7ib0lczgqn5vaav7d0d9r5lynirndy1r0dv6d";
};
"x86_64-darwin" = {
url = "https://cdn-updates.orbstack.dev/amd64/OrbStack_v${version}_amd64.dmg";
sha256 = "1614hnliv777q5jx01qb0vxidyvxjvbk4sg89741j3cc23bp19a8";
sha256 = "1yga3qcz7h2fm812xwjgh7ax08rn3qdzic958n64kjn84c72wp2m";
};
};

Expand Down
1 change: 1 addition & 0 deletions modules/shared/programs/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ in
kevinrose.vsc-python-indent
ms-kubernetes-tools.vscode-kubernetes-tools
ms-pyright.pyright
ms-python.debugpy
ms-python.python
pkief.material-product-icons
redhat.java
Expand Down

0 comments on commit 900de25

Please sign in to comment.