Merge pull request #137690 from r-ryantm/auto-update/vieb

vieb: 5.3.0 -> 6.0.0
This commit is contained in:
figsoda 2021-09-16 08:49:43 -04:00 committed by GitHub
commit 2d1e7cba60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
mkYarnPackage rec {
pname = "vieb";
version = "5.3.0";
version = "6.0.0";
src = fetchFromGitHub {
owner = "Jelmerro";
repo = pname;
rev = version;
sha256 = "sha256-NKWqSnUO8SScEodHYSptRHwVNOa5C4M61ac85d+wYK0=";
sha256 = "sha256-3mX6z/CRUQdyQxYK50yqCZIrhPgitsyus4oLkbPqNvM=";
};
packageJSON = ./package.json;