From 2ab4c0b32de625b9ee6523fa40b051d4dc42c630 Mon Sep 17 00:00:00 2001 From: myithde Date: Sun, 9 Aug 2026 12:59:00 +0200 Subject: [PATCH] Bump flake.nix version to 0.15.1 The Nix package version in flake.nix was still 0.13.0, so a Nix install reported the wrong version. Bumped it to 0.15.1 to match the release.(The embedded Version constant in consts.go is already 0.15.1 in dev.) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b544775..9676149 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ in rec { pangolin-cli = pkgs.buildGoModule { pname = "pangolin-cli"; - version = "0.13.0"; + version = "0.15.1"; src = ./.; vendorHash = "sha256-mb5IGRRz5pZoi7QJSNVRubQDfhRZu977CWq1Gf6Z7bQ=";