summaryrefslogtreecommitdiff
path: root/pkgs/shells
diff options
context:
space:
mode:
authornixpkgs-ci[bot] <190413589+nixpkgs-ci[bot]@users.noreply.github.com>2025-12-06 18:05:58 +0000
committerGitHub <noreply@github.com>2025-12-06 18:05:58 +0000
commitc8900f2e4eb41dbc2ba49391147a8e68ea81044a (patch)
tree7e9f23f1e929c0b645c0f42d81ad817991c5b3dc /pkgs/shells
parentstdenv: extract $phases definition and add printPhases function (#441897) (diff)
parentMerge master into staging-next (diff)
downloadnixpkgs-c8900f2e4eb41dbc2ba49391147a8e68ea81044a.tar.gz
Merge staging-next into staging
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/fish/plugins/done.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/fish/plugins/done.nix b/pkgs/shells/fish/plugins/done.nix
index 0cfd51c1acfd..f3f564b73f31 100644
--- a/pkgs/shells/fish/plugins/done.nix
+++ b/pkgs/shells/fish/plugins/done.nix
@@ -7,13 +7,13 @@
buildFishPlugin rec {
pname = "done";
- version = "1.20.0";
+ version = "1.20.1";
src = fetchFromGitHub {
owner = "franciscolourenco";
repo = "done";
rev = version;
- hash = "sha256-WA6DBrPBuXRIloO05UBunTJ9N01d6tO1K1uqojjO0mo=";
+ hash = "sha256-GXKchepYti5Pb1ODFeJL3apDGg7Tn69skQQhvV2nSeQ=";
};
checkPlugins = [ fishtape ];