diff options
author | Martin Fischer <martin@push-f.com> | 2025-06-10 21:02:40 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-06-16 16:25:48 +0200 |
commit | 0b42b4bde3d82a24b8fb17e2f31aed9ea6e6c5c8 (patch) | |
tree | 0458d3f25437ddd961d360918f8759629c1a796c | |
parent | 99ba0a0ee3cf1a3fb97a1b8f633c66dbaf283386 (diff) |
deps: update nixos
Fixes `tokei -n commas` crashing, see https://github.com/NixOS/nixpkgs/pull/415015.
-rw-r--r-- | nixos/npins/sources.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/npins/sources.json b/nixos/npins/sources.json index c46c2fc..a633926 100644 --- a/nixos/npins/sources.json +++ b/nixos/npins/sources.json @@ -79,14 +79,14 @@ "nixos": { "type": "Channel", "name": "nixos-25.05", - "url": "https://releases.nixos.org/nixos/25.05/nixos-25.05.802985.a59eb7800787/nixexprs.tar.xz", - "hash": "1jsi0pqr5r6ysksswljkg6igb93sniq79bwg4s845c1kzziypyr6" + "url": "https://releases.nixos.org/nixos/25.05/nixos-25.05.803751.88331c17ba43/nixexprs.tar.xz", + "hash": "1iflm23g9l58m420lm0q7b9ickc7441izzv20726c6h9rryay4md" }, "nixos-small": { "type": "Channel", "name": "nixos-25.05-small", - "url": "https://releases.nixos.org/nixos/25.05-small/nixos-25.05.803242.affe59411e12/nixexprs.tar.xz", - "hash": "0dm0dpzd42na772x3ki44hg11v2h1dw51r322c6zkq8ybbizibpy" + "url": "https://releases.nixos.org/nixos/25.05-small/nixos-25.05.803753.e5cb99555c45/nixexprs.tar.xz", + "hash": "028xrxm9ykl7fwdjyy161jaxh3ydngndv8s27x0spws2mwxyckvc" } }, "version": 5 |