Skip to content

Commit

Permalink
attempt nixpkgs upgrade to 23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Dec 29, 2023
1 parent 169a092 commit be5a859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ let

# We follow the master branch of official nixpkgs.
nixpkgsSrc = builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/e7603eba51f2c7820c0a182c6bbb351181caa8e7.tar.gz";
sha256 = "sha256:0mwck8jyr74wh1b7g6nac1mxy6a0rkppz8n12andsffybsipz5jw";
url = "https://github.com/NixOS/nixpkgs/archive/057f9aecfb71c4437d2b27d3323df7f93c010b7e.tar.gz";
sha256 = "sha256:1ndiv385w1qyb3b18vw13991fzb9wg4cl21wglk89grsfsnra41k";
};

# Status specific configuration defaults
Expand Down

0 comments on commit be5a859

Please sign in to comment.