diff options
author | Akshay <[email protected]> | 2021-10-29 14:20:01 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-29 14:20:01 +0100 |
commit | 246c69f8cfc74cf4c56fdaceaeb0562ed1f3dad5 (patch) | |
tree | 42170090e87d6125b28507ebaa14b3bc6ef32525 /flake.nix | |
parent | 81ce42286cd8f56b8ed154c65d57780b68a3e810 (diff) |
bump to v0.3.1v0.3.1
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.3.0"; | 52 | version = "v0.3.1"; |
53 | src = builtins.path { | 53 | src = builtins.path { |
54 | path = ./.; | 54 | path = ./.; |
55 | name = "statix"; | 55 | name = "statix"; |