pkgs: zsh-done: 0.1.0 -> 0.1.1

This commit is contained in:
Bruno BELANYI 2024-02-15 16:32:37 +00:00
parent 08f31c088b
commit 3c79a373e4
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "zsh-done";
version = "0.1.0";
version = "0.1.1";
src = fetchFromGitHub {
owner = "ambroisie";
repo = "zsh-done";
rev = "v${version}";
hash = "sha256-DC7urJDXPP9vBYABrJF5KZ4HfMbrpHIVogSmEB8PWLA=";
hash = "sha256-dyhPhoMrAfDWtrBX5TA+B3G7QZ7gBhoDGNOEqGsCBQU=";
};
dontConfigure = true;