From da2f8871138d67996ab6420003fa416ba213df19 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Thu, 30 Sep 2021 10:48:21 +0200 Subject: [PATCH] nix: Track nixpkgs master again with https://github.com/NixOS/nixpkgs/pull/138596 merged into `master` we can track that again, which is cleaner. This is a follow-up to https://github.com/dfinity/ic-hs/pull/37 --- nix/sources.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nix/sources.json b/nix/sources.json index 4ad16878..b1ef3a7f 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -39,16 +39,16 @@ "url_template": "https://github.com///archive/.tar.gz" }, "nixpkgs": { - "branch": "haskell-updates", + "branch": "master", "builtin": true, "description": "Nixpkgs/NixOS branches that track the Nixpkgs/NixOS channels", "homepage": null, "owner": "NixOS", "repo": "nixpkgs", - "rev": "291c46808ed98064931dcb5802073ab524e5db5e", - "sha256": "0b9w608gi0g32yr309inp5j2ph46h4h7fj6gv63cyi83z5b9spnh", + "rev": "89cf874d9d911ec46d6633ae32cb36eb8914c28c", + "sha256": "0f3g5myfxr4wv7rfhhirmpc71v8dcnc0az4r6fviiipggw9fkd9h", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/291c46808ed98064931dcb5802073ab524e5db5e.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/89cf874d9d911ec46d6633ae32cb36eb8914c28c.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "winter": {