aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-29 14:03:53 +0100
committerAkshay <[email protected]>2021-10-29 14:14:14 +0100
commita34ab7a09f37fd319ec4444417a0edb6ba4058a8 (patch)
tree0596074b46a1e8ca1435b0a98abbc26695737d8f /flake.nix
parent1a97cce01f8e49b33bf28cbcdfeb3c8aefd809a5 (diff)
bump to v0.3.0v0.3.0
also add release checklist
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 765bea3..f7b44e4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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.5"; 52 version = "v0.3.0";
53 src = builtins.path { 53 src = builtins.path {
54 path = ./.; 54 path = ./.;
55 name = "statix"; 55 name = "statix";