summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay <nerdy@peppe.rs>2021-01-27 08:55:37 +0530
committerAkshay <nerdy@peppe.rs>2021-01-27 08:55:37 +0530
commitad5bf181a176e64c9f70a292cad870e6e8110f09 (patch)
treefb13a908a88c66f6dba994dbd8350fb88b498d7e /flake.nix
parent0a00129947bcc8dd70de01c0a4ef54832515fdc7 (diff)
bump to v0.2.5v0.2.5
- fixes installation from crates.io - bump cursive to v0.16
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 0232c1c..db94656 100644
--- a/flake.nix
+++ b/flake.nix
@@ -27,7 +27,7 @@
in rec {
packages.my-project = naersk-lib.buildPackage {
pname = "dijo";
- version = "0.2.4";
+ version = "0.2.5";
root = ./.;
};
defaultPackage = packages.my-project;