diff --git a/VERSION b/VERSION index 5221c18..0d69699 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -3.6.1 +3.6.2 stable 0 diff --git a/template/flake.nix b/template/flake.nix index 15cb91e..94fde30 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -3,7 +3,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; - repo-lib.url = "git+https://git.dgren.dev/eric/nix-flake-lib?ref=refs/tags/v3.6.0"; + repo-lib.url = "git+https://git.dgren.dev/eric/nix-flake-lib?ref=refs/tags/v3.6.2"; repo-lib.inputs.nixpkgs.follows = "nixpkgs"; };