diff --git a/flake.lock b/flake.lock index 5086b38..a57213b 100644 --- a/flake.lock +++ b/flake.lock @@ -109,19 +109,19 @@ "type": "github" } }, - "lowdown-src": { + "libgit2": { "flake": false, "locked": { - "lastModified": 1633514407, - "narHash": "sha256-Dw32tiMjdK9t3ETl5fzGrutQTzh2rufgZV4A/BbxuD4=", - "owner": "kristapsdz", - "repo": "lowdown", - "rev": "d2c2b44ff6c27b936ec27358a2653caaef8f73b8", + "lastModified": 1706265337, + "narHash": "sha256-vl4i0bk1UA6M4QzkoX1eQaocnaeEpkktu1GAZPqEXJg=", + "owner": "libgit2", + "repo": "libgit2", + "rev": "9b2577f8e0ea5e412040566176636b26843ce67d", "type": "github" }, "original": { - "owner": "kristapsdz", - "repo": "lowdown", + "owner": "libgit2", + "repo": "libgit2", "type": "github" } }, @@ -159,23 +159,23 @@ "nix": { "inputs": { "flake-compat": "flake-compat_2", - "lowdown-src": "lowdown-src", + "libgit2": "libgit2", "nixpkgs": [ "nixpkgs" ], "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1687956155, - "narHash": "sha256-nL3tSXLhXk5jyzX4aWpJvz3JdTyImK+0paRhQqx4f4A=", + "lastModified": 1706631035, + "narHash": "sha256-tLO1Y08d+1K1Tm8UpLdnx7bi3vR5dhfuZho5S/RPQ0s=", "owner": "NixOS", "repo": "nix", - "rev": "b8cb447a457a4a5e8b26143ba3c8cc5cc6caf0b7", + "rev": "a4a4ef9b53fa13a4a9db52cb536b96a8e54a4ac3", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable", + "ref": "latest-release", "repo": "nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 186f8f9..f1ed45e 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ systems.url = "github:nix-systems/default"; nix = { - url = "github:NixOS/nix/nixos-unstable"; + url = "github:NixOS/nix/latest-release"; inputs.nixpkgs.follows = "nixpkgs"; };