diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | flake.nix | 1 |
4 files changed, 4 insertions, 3 deletions
@@ -316,7 +316,7 @@ dependencies = [ | |||
316 | 316 | ||
317 | [[package]] | 317 | [[package]] |
318 | name = "dijo" | 318 | name = "dijo" |
319 | version = "0.2.3" | 319 | version = "0.2.4" |
320 | dependencies = [ | 320 | dependencies = [ |
321 | "chrono", | 321 | "chrono", |
322 | "clap", | 322 | "clap", |
@@ -1,6 +1,6 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "dijo" | 2 | name = "dijo" |
3 | version = "0.2.3" | 3 | version = "0.2.4" |
4 | authors = ["Akshay <[email protected]>"] | 4 | authors = ["Akshay <[email protected]>"] |
5 | edition = "2018" | 5 | edition = "2018" |
6 | description = "Scriptable, curses-based, digital habit tracker" | 6 | description = "Scriptable, curses-based, digital habit tracker" |
@@ -1,4 +1,4 @@ | |||
1 | Copyright 2018 Akshay Oppiliappan ([email protected]) | 1 | Copyright 2021 Akshay Oppiliappan ([email protected]) |
2 | 2 | ||
3 | Permission is hereby granted, free of charge, to any person obtaining a copy of | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
4 | this software and associated documentation files (the "Software"), to deal in | 4 | this software and associated documentation files (the "Software"), to deal in |
@@ -27,6 +27,7 @@ | |||
27 | in rec { | 27 | in rec { |
28 | packages.my-project = naersk-lib.buildPackage { | 28 | packages.my-project = naersk-lib.buildPackage { |
29 | pname = "dijo"; | 29 | pname = "dijo"; |
30 | version = "0.2.4"; | ||
30 | root = ./.; | 31 | root = ./.; |
31 | }; | 32 | }; |
32 | defaultPackage = packages.my-project; | 33 | defaultPackage = packages.my-project; |