Skip to content

Commit

Permalink
Update nixpkgs (#2606)
Browse files Browse the repository at this point in the history
to include the patch we tried in #2542
  • Loading branch information
nomeata authored Aug 25, 2021
1 parent 62582b6 commit e10d1e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@
"homepage": null,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "97fc742ae64563093fd26c642db6748e24b01bd9",
"sha256": "0731aadb8kvs3b9dv21jr4ybzahma8rsc8pjvpj70fqkgpa2qsgn",
"rev": "dcb27f623fe9b2bb1275029af3148ca7156ede2d",
"sha256": "08sdvg2qr801a0v465zyrrbi028b3dm2adb320v7an4878z05nkl",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/97fc742ae64563093fd26c642db6748e24b01bd9.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/dcb27f623fe9b2bb1275029af3148ca7156ede2d.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs-mozilla": {
Expand Down

2 comments on commit e10d1e9

@osa1
Copy link
Contributor

@osa1 osa1 commented on e10d1e9 Oct 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nomeata do you remember where you found the url for this nixpkgs commit? I'm trying to bump nixpkgs again for a build error in Darwin, but I cannot find the tarball URL for the commit. Where do I look?

@nomeata
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was on the release branch, I think? Or is it not? NixOS/nixpkgs@dcb27f6

Please sign in to comment.