aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-02-21 05:25:09 +0000
committerAkshay <[email protected]>2021-02-21 05:25:09 +0000
commit3169cb6c8056b46a6f08533014366b8c441971f8 (patch)
tree1ae6ad653e5af29fb63916fbbc1f196e626fe908 /flake.nix
parent38d9dfee224ebcd088c0ebecd9e1243994eea409 (diff)
bump to v0.2.6v0.2.6
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 bc0a0e8..df2d5e7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -32,7 +32,7 @@
32 in rec { 32 in rec {
33 packages.my-project = naersk-lib.buildPackage { 33 packages.my-project = naersk-lib.buildPackage {
34 pname = "dijo"; 34 pname = "dijo";
35 version = "0.2.5"; 35 version = "0.2.6";
36 root = ./.; 36 root = ./.;
37 }; 37 };
38 defaultPackage = packages.my-project; 38 defaultPackage = packages.my-project;