diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-09-27 09:47:43 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-09-27 09:47:43 +0200 |
commit | 53bdb0113d8cd362dc4551296980fe13fe0a5afb (patch) | |
tree | 2633534d24597c655703c09922c4f747a150cae5 /flake.lock | |
parent | df17630c7e18f846370e2595472513f1b52bf99c (diff) | |
download | nixos-53bdb0113d8cd362dc4551296980fe13fe0a5afb.tar nixos-53bdb0113d8cd362dc4551296980fe13fe0a5afb.tar.gz nixos-53bdb0113d8cd362dc4551296980fe13fe0a5afb.tar.bz2 nixos-53bdb0113d8cd362dc4551296980fe13fe0a5afb.tar.xz nixos-53bdb0113d8cd362dc4551296980fe13fe0a5afb.zip |
...
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 21 |
1 files changed, 17 insertions, 4 deletions
@@ -29,6 +29,7 @@ | |||
29 | "ca-util": { | 29 | "ca-util": { |
30 | "inputs": { | 30 | "inputs": { |
31 | "flake-parts": "flake-parts_2", | 31 | "flake-parts": "flake-parts_2", |
32 | "leapseconds": "leapseconds", | ||
32 | "nixpkgs": [ | 33 | "nixpkgs": [ |
33 | "nixpkgs" | 34 | "nixpkgs" |
34 | ], | 35 | ], |
@@ -38,16 +39,16 @@ | |||
38 | "pre-commit-hooks-nix": "pre-commit-hooks-nix_2" | 39 | "pre-commit-hooks-nix": "pre-commit-hooks-nix_2" |
39 | }, | 40 | }, |
40 | "locked": { | 41 | "locked": { |
41 | "lastModified": 1701974982, | 42 | "lastModified": 1727074335, |
42 | "narHash": "sha256-crVlSEyoox6g8dpndqCgts3i6otVoGfDUmPz2ltG3IY=", | 43 | "narHash": "sha256-Sn7wqhrXargYzdw19m2mtBceQnW3VdhVneXRjl0iV3U=", |
43 | "owner": "gkleen", | 44 | "owner": "gkleen", |
44 | "repo": "ca", | 45 | "repo": "ca", |
45 | "rev": "8cfabef934ee8219d12b9ba46e2b2f4d6dc61f8d", | 46 | "rev": "9d681fe550639eab54cc402de4852e9a438b9757", |
46 | "type": "gitlab" | 47 | "type": "gitlab" |
47 | }, | 48 | }, |
48 | "original": { | 49 | "original": { |
49 | "owner": "gkleen", | 50 | "owner": "gkleen", |
50 | "ref": "v2.3.3", | 51 | "ref": "v3.0.0", |
51 | "repo": "ca", | 52 | "repo": "ca", |
52 | "type": "gitlab" | 53 | "type": "gitlab" |
53 | } | 54 | } |
@@ -390,6 +391,18 @@ | |||
390 | "type": "github" | 391 | "type": "github" |
391 | } | 392 | } |
392 | }, | 393 | }, |
394 | "leapseconds": { | ||
395 | "flake": false, | ||
396 | "locked": { | ||
397 | "narHash": "sha256-5ZaoY/bScQS7EGJRHu6vj9XWhbObmxNEaGugaGU7+lg=", | ||
398 | "type": "file", | ||
399 | "url": "https://data.iana.org/time-zones/tzdb/leap-seconds.list" | ||
400 | }, | ||
401 | "original": { | ||
402 | "type": "file", | ||
403 | "url": "https://data.iana.org/time-zones/tzdb/leap-seconds.list" | ||
404 | } | ||
405 | }, | ||
393 | "nix-github-actions": { | 406 | "nix-github-actions": { |
394 | "inputs": { | 407 | "inputs": { |
395 | "nixpkgs": [ | 408 | "nixpkgs": [ |