summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authormtgmonkey <mtgmonkey@nixos>2025-12-16 11:14:40 +0100
committermtgmonkey <mtgmonkey@nixos>2025-12-16 11:14:40 +0100
commit93bee37b83bbd88f2a7542415cd960e72ac3868e (patch)
tree3245e4351cd70c5ae54f8b201df11d6afd814c7b /flake.nix
parentd36bbad5a86315100d69370466a4654ba5da5bc7 (diff)
key callbacks, tidy
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index a184775..f26658e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -8,7 +8,7 @@
self,
...
}: let
- version = "0.2.1";
+ version = "0.2.2";
package = {
mkDerivation,
base,
@@ -23,7 +23,7 @@
}:
mkDerivation {
pname = "hs-rgfw";
- version = "0.2.0";
+ inherit version;
src = ./.;
libraryHaskellDepends = [
base