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-10 21:04:24 +0200 |
commit | 9f5df41041c71f2ecd8241e9177bd0e9ed16b595 (patch) | |
tree | 9673039ac32dba5b4c0bf99cb9c22aac78662979 | |
parent | c2056c50a8010f2e58d9e75e018e92b893f0d6e6 (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 |