Skip to content

Commit 638da82

Browse files
author
Ryan Trinkle
committed
Merge pull request #14 from stighenriksen/bump_nix_version
Bump nix package to 0.2
2 parents 48e84ee + 386bd6e commit 638da82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}:
44
mkDerivation {
55
pname = "reflex";
6-
version = "0.1";
6+
version = "0.2";
77
src = builtins.filterSource (path: type: baseNameOf path != ".git") ./.;
88
buildDepends = [
99
dependent-map dependent-sum mtl ref-tf semigroups these

0 commit comments

Comments
 (0)