fishPlugins.plugin-git: fix hash
This commit is contained in:
parent
1ab54f84dc
commit
2ac86e10d5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ buildFishPlugin rec {
|
|||
owner = "jhillyerd";
|
||||
repo = "plugin-git";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-MfrRQdcj7UtIUgtqKjt4lqFLpA6YZgKjE03VaaypNzE";
|
||||
hash = "sha256-DQLRat7uGoK57g/1x9Y514gtjvDdf9j4Iqnwif8QWVU=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue