aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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 277dcbf..4b11603 100644
--- a/flake.nix
+++ b/flake.nix
@@ -59,7 +59,7 @@
inherit meta;
pname = name;
- version = "2025.11.25";
+ version = "2025.11.29";
src = pkgs.lib.cleanSource ./.;
vendorHash = "sha256-XQEB2vgiztbtLnc7BR4WTouPI+2NDQXXFUNidqmvbac=";
buildInputs = if isDarwin then [ ] else [ pkgs.musl ];