From 5541f92d0736caa9583a3e7c247c8104d058d499 Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 8 May 2026 11:05:24 -0700 Subject: [PATCH] Bump version Former-commit-id: a1218ab67aa715472f7a8204d2cf1080051f45e2 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b388cc9..78d0291 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ inherit (pkgs) lib; # Update version when releasing - version = "1.12.4"; + version = "1.12.5"; in { default = self.packages.${system}.pangolin-newt;