From 18f721a91ea9581143d4ea23d2963db148293271 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 27 Jul 2023 05:42:56 +0000 Subject: [PATCH 1/2] oh-my-posh: 17.12.0 -> 18.0.1 --- pkgs/development/tools/oh-my-posh/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/oh-my-posh/default.nix b/pkgs/development/tools/oh-my-posh/default.nix index 08dfc02cbd15..2a6d694eb1c5 100644 --- a/pkgs/development/tools/oh-my-posh/default.nix +++ b/pkgs/development/tools/oh-my-posh/default.nix @@ -6,16 +6,16 @@ buildGoModule rec { pname = "oh-my-posh"; - version = "17.12.0"; + version = "18.0.1"; src = fetchFromGitHub { owner = "jandedobbeleer"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-evZ8o6KMbnhVGY7gGicvs5hYxxHGxfkGAtcZPQd0Bvc="; + hash = "sha256-2FGq4CfS4Uf7GlMIM4//ETeg5pORxAFt5ZQuuL62tkE="; }; - vendorHash = "sha256-sdUvtp/qXneP1z2MnV2XNGbBV/LXgAug5ueO83foNCA="; + vendorHash = "sha256-cATGMi/nL8dvlsR+cuvKH6Y9eR3UqcVjvZAj35Ydn2c="; sourceRoot = "source/src"; From bd4cca1c33f65c5339ee7c40cfd06a475ba182c5 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Thu, 27 Jul 2023 05:43:00 +0000 Subject: [PATCH 2/2] oh-my-posh: 18.0.1 -> 18.1.0 Diff: https://github.com/jandedobbeleer/oh-my-posh/compare/refs/tags/v18.0.1...v18.1.0 Changelog: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v18.1.0 --- pkgs/development/tools/oh-my-posh/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/oh-my-posh/default.nix b/pkgs/development/tools/oh-my-posh/default.nix index 2a6d694eb1c5..bf1787e23ae8 100644 --- a/pkgs/development/tools/oh-my-posh/default.nix +++ b/pkgs/development/tools/oh-my-posh/default.nix @@ -6,13 +6,13 @@ buildGoModule rec { pname = "oh-my-posh"; - version = "18.0.1"; + version = "18.1.0"; src = fetchFromGitHub { owner = "jandedobbeleer"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-2FGq4CfS4Uf7GlMIM4//ETeg5pORxAFt5ZQuuL62tkE="; + hash = "sha256-qK9hjsWhVTzxFo4SSvKb5IgZteVabWlCtoetu9v9xIE="; }; vendorHash = "sha256-cATGMi/nL8dvlsR+cuvKH6Y9eR3UqcVjvZAj35Ydn2c=";