From 6e2495a5473eaf27fafeced5108b173d2df59b33 Mon Sep 17 00:00:00 2001 From: Mathieu Fenniak Date: Sat, 13 Sep 2025 15:08:56 -0600 Subject: [PATCH] bump version in flake.nix to reflect changes in b187b182c4fb9a905a9c983f7e599c0fab3bc6e3 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 86fa1eb..97f0e04 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ outputs = { self, nixpkgs, flake-utils }: flake-utils.lib.eachDefaultSystem (system: let debugBuild = false; - multicornVersion = "3.1"; + multicornVersion = "3.2"; pkgs = nixpkgs.legacyPackages.${system};