pkl: 0.28.2 -> 0.29.0 (#428313)

This commit is contained in:
Ramses
2025-08-20 13:35:59 +03:00
committed by GitHub
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