Merge pull request #223193 from r-ryantm/auto-update/karma

karma: 0.113 -> 0.114
This commit is contained in:
Mario Rodas 2023-03-26 04:33:08 -05:00 committed by GitHub
commit 8d40e55769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,16 +19,16 @@ in
buildGoModule rec {
pname = "karma";
version = "0.113";
version = "0.114";
src = fetchFromGitHub {
owner = "prymitive";
repo = "karma";
rev = "v${version}";
hash = "sha256-q0RGdwZQv8ypBcjrf0UjBSp2PlaKzM0wX5q4GzUNX9o=";
hash = "sha256-ZstBumK2ywwdr1ksMN7P8mHdYUiMOpfpYnvt0v0Io4w=";
};
vendorHash = "sha256-8YyTHPIr5Kk7M0LH662KQw4t2CuHZ/3jD0Rzhl8ps0M=";
vendorHash = "sha256-ZsXPA4KyKbc/bwkidyHNDg62mE8KlE+yIssOBZLmHVg=";
nativeBuildInputs = [
nodejs-18_x