From e61d7a1b12f7bf3b67376f3218b08976083ff4e2 Mon Sep 17 00:00:00 2001 From: CactiChameleon9 <51231053+CactiChameleon9@users.noreply.github.com> Date: Wed, 21 Jan 2026 12:21:10 +0100 Subject: [PATCH] micro: 2.0.14 -> 2.0.15 --- pkgs/by-name/mi/micro/package.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/mi/micro/package.nix b/pkgs/by-name/mi/micro/package.nix index 1573cc4c4bb4..9db5cb978321 100644 --- a/pkgs/by-name/mi/micro/package.nix +++ b/pkgs/by-name/mi/micro/package.nix @@ -15,16 +15,17 @@ let self = buildGoModule { pname = "micro"; - version = "2.0.14"; + version = "2.0.15"; src = fetchFromGitHub { - owner = "zyedidia"; + owner = "micro-editor"; repo = "micro"; rev = "v${self.version}"; - hash = "sha256-avLVl6mn0xKgIy0BNnPZ8ypQhn8Ivj7gTgWbebDSjt0="; + hash = "sha256-4C6TtMU6PIYX7lO+o4GRVnIsKnYJxjAqPdoOyAwi7Gc="; }; - vendorHash = "sha256-ePhObvm3m/nT+7IyT0W6K+y+9UNkfd2kYjle2ffAd9Y="; + vendorHash = "sha256-bkPd6zB9e4q6N20wbKS8n8zGGITOoScajdPYv7Race0="; + proxyVendor = true; nativeBuildInputs = [ installShellFiles ]; @@ -38,6 +39,8 @@ let ldflags = let t = "github.com/zyedidia/micro/v2/internal"; + # TODO: switch to this once the source code uses it, passthru.tests.version checks for this + # t = "github.com/micro-editor/micro/v2/internal"; in [ "-s" @@ -68,7 +71,7 @@ let meta = { homepage = "https://micro-editor.github.io"; - changelog = "https://github.com/zyedidia/micro/releases/"; + changelog = "https://github.com/micro-editor/micro/releases/"; description = "Modern and intuitive terminal-based text editor"; longDescription = '' micro is a terminal-based text editor that aims to be easy to use and