vim: correct sha256 of vue vim plugin

This issue was masked by fetchFromGithub being a fixed output
derivation. If the sha256 doesn't change, it won't try to refetch
anything.
See https://discourse.nixos.org/t/does-fetchfromgithub-ignore-rev-when-a-derivation-with-equivalent-sha256-is-present/8752/2
This commit is contained in:
Sam W 2022-06-14 10:14:06 +01:00
parent dfdea0fb5c
commit f3f0b69a50
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
owner = "leafOfTree"; owner = "leafOfTree";
repo = "vim-vue-plugin"; repo = "vim-vue-plugin";
rev = "b2bb4dd8f6d97909c48bc33937177d4068921a10"; rev = "b2bb4dd8f6d97909c48bc33937177d4068921a10";
sha256 = "hstEInKVFra1g47p6wKA7uCDBwXpoZ3iJz/ZaRjB34Q="; sha256 = "eBfMxt5AaSCHzU7PFp7eWZhGY8l3EqeMLrU0ntB6eLA=";
}; };
}; };
in { in {