diff options
author | stuebinm | 2021-12-03 12:56:14 +0100 |
---|---|---|
committer | stuebinm | 2021-12-03 12:56:14 +0100 |
commit | 8c19e63eb67093f960be060f08a873a9d696d226 (patch) | |
tree | de5645ae02adbf465119d94c81e3b6b2b0d46ef2 /nix | |
parent | 6eb992efdd68d80bc62bc7fc0562d8a2e6558096 (diff) |
bump to nixpkgs 21.11
Diffstat (limited to '')
-rw-r--r-- | nix/sources.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/nix/sources.json b/nix/sources.json index 9d68750..25afdf1 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -5,22 +5,22 @@ "homepage": "https://github.com/nmattia/niv", "owner": "nmattia", "repo": "niv", - "rev": "e0ca65c81a2d7a4d82a189f1e23a48d59ad42070", - "sha256": "1pq9nh1d8nn3xvbdny8fafzw87mj7gsmp6pxkdl65w2g18rmcmzx", + "rev": "5830a4dd348d77e39a0f3c4c762ff2663b602d4c", + "sha256": "1d3lsrqvci4qz2hwjrcnd8h5vfkg8aypq3sjd4g3izbc8frwz5sm", "type": "tarball", - "url": "https://github.com/nmattia/niv/archive/e0ca65c81a2d7a4d82a189f1e23a48d59ad42070.tar.gz", + "url": "https://github.com/nmattia/niv/archive/5830a4dd348d77e39a0f3c4c762ff2663b602d4c.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "nixpkgs": { - "branch": "release-21.05", + "branch": "release-21.11", "description": "Nix Packages collection", "homepage": "", "owner": "NixOS", "repo": "nixpkgs", - "rev": "fd6dba47199a7c249e64c1aa1fef01ee78e58481", - "sha256": "0a9njyymwpz9xjq7vbyz91kxv9gf1rfww0xx7rj191ahppzgwv6b", + "rev": "19df09617db3022225761dfbf68d3ed798c96f14", + "sha256": "0dzk8vzyv4iqa1sfgzm7skcsq1krq9afzkgb4zrcp060446pvy66", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/fd6dba47199a7c249e64c1aa1fef01ee78e58481.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/19df09617db3022225761dfbf68d3ed798c96f14.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" } } |