From bbca822b55c2f93183182b4e56fb511ae60cf5ae Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 18 Sep 2025 04:00:21 +0000 Subject: [PATCH] fishPlugins.plugin-sudope: 0-unstable-2021-04-11 -> 0-unstable-2025-09-16 --- pkgs/shells/fish/plugins/plugin-sudope.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/shells/fish/plugins/plugin-sudope.nix b/pkgs/shells/fish/plugins/plugin-sudope.nix index e24f6ae15050..58907dc9c2af 100644 --- a/pkgs/shells/fish/plugins/plugin-sudope.nix +++ b/pkgs/shells/fish/plugins/plugin-sudope.nix @@ -6,13 +6,13 @@ }: buildFishPlugin { pname = "plugin-sudope"; - version = "0-unstable-2021-04-11"; + version = "0-unstable-2025-09-16"; src = fetchFromGitHub { owner = "oh-my-fish"; repo = "plugin-sudope"; - rev = "83919a692bc1194aa322f3627c859fecace5f496"; - hash = "sha256-pD4rNuqg6TG22L9m8425CO2iqcYm8JaAEXIVa0H/v/U="; + rev = "4ad91e49329811939c3a09221a95e620c3964b17"; + hash = "sha256-OsgThGY/tGF/XBQFyXTY9qYf50B01wEH93lqWEAxZPY="; }; passthru.updateScript = unstableGitUpdater { };