pkl: 0.28.2 -> 0.29.0

This commit is contained in:
Tom van Dijk
2025-07-25 14:50:52 +02:00
parent 322ba378e5
commit 3d02750b14
2 changed files with 1420 additions and 1493 deletions
+1418 -1491
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "pkl";
version = "0.28.2";
version = "0.29.0";
src = fetchFromGitHub {
owner = "apple";
repo = "pkl";
tag = finalAttrs.version;
hash = "sha256-ay3V3EWqZHncLH6UR4JOCChkweNcilDeskXzaeAFTR8=";
hash = "sha256-lhLzkx0FdpluUi/GSI8HDksCZ7m3zAFmhWEnsXSO9hc=";
leaveDotGit = true;
postFetch = ''
pushd $out