diff --git a/.ddev/addon-metadata/pimp-my-shell/manifest.yaml b/.ddev/addon-metadata/pimp-my-shell/manifest.yaml index 0b0ad71..3e760ab 100644 --- a/.ddev/addon-metadata/pimp-my-shell/manifest.yaml +++ b/.ddev/addon-metadata/pimp-my-shell/manifest.yaml @@ -1,7 +1,7 @@ name: pimp-my-shell repository: . version: "" -install_date: "2024-12-12T21:22:15-03:00" +install_date: "2024-12-16T11:08:31-03:00" project_files: - web-build/Dockerfile.pimp-my-shell - homeadditions/.bashrc.d/pimp-my-shell.sh diff --git a/.ddev/web-build/Dockerfile.pimp-my-shell b/.ddev/web-build/Dockerfile.pimp-my-shell index a40e6c1..d5e946a 100644 --- a/.ddev/web-build/Dockerfile.pimp-my-shell +++ b/.ddev/web-build/Dockerfile.pimp-my-shell @@ -9,8 +9,8 @@ RUN set -eux; \ # fzf et al RUN set -eux; \ - FZF_SHA1=add1aec685ffe9033bb1fdcaf0df0eae95c9cacd; \ - FZFGIT_SHA1=f730cfa1860acdb64597a0cf060d4949f1cd02a8; \ + FZF_SHA1=0476a65fca287a1cd17ae3cbdfd8155eb0fb40ad; \ + FZFGIT_SHA1=28b544a7b6d284b8e46e227b36000089b45e9e00; \ mkdir -p /opt/fzf; \ cd /opt/fzf; \ git init; \ diff --git a/web-build/Dockerfile.pimp-my-shell b/web-build/Dockerfile.pimp-my-shell index a40e6c1..d5e946a 100644 --- a/web-build/Dockerfile.pimp-my-shell +++ b/web-build/Dockerfile.pimp-my-shell @@ -9,8 +9,8 @@ RUN set -eux; \ # fzf et al RUN set -eux; \ - FZF_SHA1=add1aec685ffe9033bb1fdcaf0df0eae95c9cacd; \ - FZFGIT_SHA1=f730cfa1860acdb64597a0cf060d4949f1cd02a8; \ + FZF_SHA1=0476a65fca287a1cd17ae3cbdfd8155eb0fb40ad; \ + FZFGIT_SHA1=28b544a7b6d284b8e46e227b36000089b45e9e00; \ mkdir -p /opt/fzf; \ cd /opt/fzf; \ git init; \