skills: 1.5.14 -> 1.5.16

This commit is contained in:
R. Ryantm
2026-07-12 14:40:57 +00:00
parent 46e5901ea2
commit 66707db40b

View File

@@ -14,20 +14,20 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "skills";
version = "1.5.14";
version = "1.5.16";
src = fetchFromGitHub {
owner = "vercel-labs";
repo = "skills";
tag = "v${finalAttrs.version}";
hash = "sha256-176EeM1VhNSBH1cYUUy3oLST21PbV0v+tCNglfM9+6Y=";
hash = "sha256-gL8uNkS3gsRGXIunIsYLYykLYs2c1gO9PFVTE69nWKU=";
};
pnpmDeps = fetchPnpmDeps {
fetcherVersion = 3;
inherit (finalAttrs) pname version src;
inherit pnpm;
hash = "sha256-3GSa4ze859dRA4Yrxw8r3rwZKn7FMSjBMvpz1HTDobU=";
hash = "sha256-wntHp5UT21wD1myxj8EQafQis5QMuQ9U2PKiKg2jalw=";
};
nativeBuildInputs = [