Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-11-22 13:33:12 +01:00
parent a77bfd952b
commit 7815b67e40
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 10 additions and 11 deletions

19
flake.lock generated
View file

@ -7,16 +7,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1637425210, "lastModified": 1637572002,
"narHash": "sha256-PV0BPG0NBfgPs16VvqklEmU0okr/frWIoGrTTq6qxqw=", "narHash": "sha256-b7RTIeDsiWjwNrZrxkfJlbYNq93DcOYc1pyHt/Hvc9w=",
"owner": "accentor", "owner": "accentor",
"repo": "flake", "repo": "flake",
"rev": "562c4627476ea04c228e69ad95d9edd624af10d7", "rev": "c6e6fe08941383d68a094d027bb36a7b9747281d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "accentor", "owner": "accentor",
"ref": "feature/rescan-timer",
"repo": "flake", "repo": "flake",
"type": "github" "type": "github"
} }
@ -43,11 +42,11 @@
}, },
"emacs-overlay": { "emacs-overlay": {
"locked": { "locked": {
"lastModified": 1637543078, "lastModified": 1637573573,
"narHash": "sha256-3DYgjS9Hb1XVQP2ZSrRbkhdm+O2p1pbWdTgVPozD5zU=", "narHash": "sha256-w+ERwoHX2xk+qsRwo9zGBdey77LX94U6Kyp+dPZ6dyc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "c55ad9de66e255ae91c90a06fc665bda547911be", "rev": "5d4a2ff820cba5c715b11a6f84c8cf82afecd3ac",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -93,11 +92,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1637509688, "lastModified": 1637550001,
"narHash": "sha256-NcKdyLZflWeSrwgavNGIG7LcP6XBcYGne04HIzWP1D4=", "narHash": "sha256-WzwiXc1iIvMTKGnAuRAdrIWFIcEexB3EZH9nFnWuG+Q=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "53edfe1d1c51c38e2adc4d8eb37a7a2657e3fe01", "rev": "726f7c9688bad4574abee4f47565bf272daf8f81",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -3,7 +3,7 @@
inputs = { inputs = {
accentor = { accentor = {
url = "github:accentor/flake/feature/rescan-timer"; url = "github:accentor/flake";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
agenix = { agenix = {