chore(release): v0.0.5

This commit is contained in:
eric
2026-03-04 07:36:13 +01:00
parent c976621357
commit f6c6e97707
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
0.0.4 0.0.5
stable stable
0 0

View File

@@ -4,7 +4,7 @@
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
devshell-lib.url = "git+https://git.dgren.dev/eric/nix-flake-lib?ref=v0.0.2"; devshell-lib.url = "git+https://git.dgren.dev/eric/nix-flake-lib?ref=v0.0.5";
devshell-lib.inputs.nixpkgs.follows = "nixpkgs"; devshell-lib.inputs.nixpkgs.follows = "nixpkgs";
}; };