Skip to content

Commit 6e2495a

Browse files
committed
bump version in flake.nix to reflect changes in b187b18
1 parent c26005e commit 6e2495a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
outputs = { self, nixpkgs, flake-utils }:
1010
flake-utils.lib.eachDefaultSystem (system: let
1111
debugBuild = false;
12-
multicornVersion = "3.1";
12+
multicornVersion = "3.2";
1313

1414
pkgs = nixpkgs.legacyPackages.${system};
1515

0 commit comments

Comments
 (0)