diff options
author | Akshay <[email protected]> | 2021-10-28 12:57:16 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-28 13:04:59 +0100 |
commit | c3cede18c9440d05385f0a7fd7ae2ef628ce74aa (patch) | |
tree | 1bc616ab9e81636bfb3863ab79e5fb0740d472b4 /flake.nix | |
parent | 6e8dd004ea6fab9be73f0c7999774b3140733ff0 (diff) |
improve json output for suggestions, bump to v0.2.5v0.2.5
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ | |||
49 | 49 | ||
50 | statix = with final; pkgs.stdenv.mkDerivation { | 50 | statix = with final; pkgs.stdenv.mkDerivation { |
51 | pname = "statix"; | 51 | pname = "statix"; |
52 | version = "v0.2.4"; | 52 | version = "v0.2.5"; |
53 | src = builtins.path { | 53 | src = builtins.path { |
54 | path = ./.; | 54 | path = ./.; |
55 | name = "statix"; | 55 | name = "statix"; |