Skip to content

Commit 10e60ef

Browse files
committed
deps: flip pcre2 to tagged tarball — upstream now uses zig-0.16.0 tag (post-fleet-migration cleanup)
Switch .pcre2 from git+ URL pinned at commit 8fb017d to the zig-0.16.0 tagged tarball at pmarreck/pcre2. Update the flake's fetchgit rev/hash and the zigPkgCache linkFarm name to match. Also gitignore zig-pkg/ (local --system cache directory).
1 parent db86869 commit 10e60ef

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ zig-out/
77
.zig-cache
88
result
99
inbox
10+
zig-pkg/

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
.hash = "sqlite_vec-0.1.7-alpha.2-4Cdt0OvwBACYsEQvfmbSw0sUHuXhcwD5PgjGyslHXU2q",
1414
},
1515
.pcre2 = .{
16-
.url = "git+https://github.com/pmarreck/pcre2#8fb017d8c41587a3eb3ac165b6e743d318c8fcfe",
17-
.hash = "pcre2-10.47.0-S7QTbjnVMgAEncX1a_JtH4G6BgDWzC1tCMvL-KOMrM8b",
16+
.url = "https://github.com/pmarreck/pcre2/archive/refs/tags/zig-0.16.0.tar.gz",
17+
.hash = "pcre2-10.47.0-S7QTbvnVMgDsA1ipkKNj5kVoEda9wcIuZYUpdrTuDaCh",
1818
},
1919
},
2020
.fingerprint = 0x61f89dfe5a676f3c,

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
};
2525
pcre2-src = pkgs.fetchgit {
2626
url = "https://github.com/pmarreck/pcre2.git";
27-
rev = "8fb017d8c41587a3eb3ac165b6e743d318c8fcfe";
28-
hash = "sha256-ru0tyw/GkB0D89ZHMhy+NsrbRPwZJoF5KwOJu7BW24c=";
27+
rev = "873ecf6466a0ddf62facfffbd387213249db20bb";
28+
hash = "sha256-a37QL33zCTth7qMBtzwjBkUNjmku6kRa0rrz7oSAOxA=";
2929
fetchSubmodules = true;
3030
};
3131

@@ -37,7 +37,7 @@
3737
path = sqlite-vec-src;
3838
}
3939
{
40-
name = "pcre2-10.47.0-S7QTbjnVMgAEncX1a_JtH4G6BgDWzC1tCMvL-KOMrM8b";
40+
name = "pcre2-10.47.0-S7QTbvnVMgDsA1ipkKNj5kVoEda9wcIuZYUpdrTuDaCh";
4141
path = pcre2-src;
4242
}
4343
];

0 commit comments

Comments
 (0)