From 6031debde1fdad707661bcfb5cfbb8967be7c7d2 Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Wed, 8 Oct 2025 21:27:54 +0000 Subject: [PATCH] feat: use master for tangled Change-Id: kuopwptyrsklwylsmuxxzkwvkzsqwomq Tangled spindle isn't properly tagged, which means there are often version compatibilities if we aren't on master. Let's upgrade to it --- packetmix/npins/sources.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packetmix/npins/sources.json b/packetmix/npins/sources.json index 0cd40a5b..550da1f8 100644 --- a/packetmix/npins/sources.json +++ b/packetmix/npins/sources.json @@ -107,6 +107,18 @@ "url": "https://api.github.com/repos/9001/copyparty/tarball/refs/tags/v1.19.15", "hash": "sha256-FjS5UA4jWko/2+lkyzGOVhhZOEA8oTIoQ7GIcRj3ebM=" }, + "core": { + "type": "Git", + "repository": { + "type": "Git", + "url": "https://tangled.sh/@tangled.sh/core" + }, + "branch": "master", + "submodules": false, + "revision": "eaa11ecb2112c90113a8ee49a8aa05be327b13ad", + "url": null, + "hash": "sha256-lLyX1f4fSG1IYsjcsUKKCAOHpa3ZTFexJMRc/0K2g3c=" + }, "headscale": { "type": "Git", "repository": { -- 2.43.0