Skip to content

Commit

Permalink
nix: upgrade nixpkgs to latest nixos-22.11
Browse files Browse the repository at this point in the history
Notable upgrades:

* Go `1.18.6` to `1.18.9`
* NodeJS `16.17.1` to `16.18.1`
* Python `2.x.x` to `3.10.x`
* Clojure `1.11.1.1165` to `1.11.1.1200`
* Bundler `2.3.22` to `2.3.26`
* Git `2.37.3` to `2.38.3`
* Curl `7.85.0` to `7.86.0`
* OpenSSL `3.0.5` to `3.0.7`

Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs committed Feb 9, 2023
1 parent 9538017 commit 265fbf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nix/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let
name = "nixpkgs-source";
owner = "NixOS";
repo = "nixpkgs";
rev = "579238da5f431b7833a9f0681663900aaf0dd1e8";
sha256 = "sha256-cDwASlAf/h0fsHtDm9yNBHEHK0uq6do+mIUEgh1i5yg=";
rev = "5ba4649b3002f7555dab3c8b8f8c40a1b955fd8b";
sha256 = "sha256-kfo4tI7BoFkTQ2sG3P/2Z2PvGH1W0USeu9YcOElms+0=";
# To get the compressed Nix sha256, use:
# nix-prefetch-url --unpack https://github.com/${ORG}/nixpkgs/archive/${REV}.tar.gz
};
Expand Down
2 changes: 1 addition & 1 deletion nix/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in mkShell {
# lint specific utilities
clj-kondo zprint
# other nice to have stuff
yarn nodejs python27
yarn nodejs python310
] # and some special cases
++ lib.optionals stdenv.isDarwin [ cocoapods clang ]
++ lib.optionals (!stdenv.isDarwin) [ gcc8 ]
Expand Down

0 comments on commit 265fbf7

Please sign in to comment.