particle-cli: 3.36.1 -> 3.36.2 (#417389)

Co-authored-by: ttrssreal <ttrssreal@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-18 01:51:55 +00:00
committed by GitHub
co-authored by ttrssreal
+3 -3
View File
@@ -8,16 +8,16 @@
buildNpmPackage (finalAttrs: {
pname = "particle-cli";
version = "3.36.1";
version = "3.36.2";
src = fetchFromGitHub {
owner = "particle-iot";
repo = "particle-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-7u0RXoUBu/aJSBVSdmheIPvQ6b6Vji2KZ2t3sNhh3kY=";
hash = "sha256-KLcQmbIuhp71dpJttKA0tWAn2Qf+zl6njBypFkaLmzE=";
};
npmDepsHash = "sha256-0yLu3iyHQwWId+EAXu4dlCNHvuFZeEts2r5Y+FpHPQI=";
npmDepsHash = "sha256-oQch+7hH+URMI15YOA3iz4FVPwckJ3K/DOC1PfrA2dU=";
buildInputs = [
udev