Skip to content

Commit 0a07b3e

Browse files
committed
Fixes pulseaudio hash on Windows
1 parent af4a9a2 commit 0a07b3e

2 files changed

Lines changed: 868 additions & 2 deletions

File tree

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
.pulseaudio_windows = .{
113113
// This is a duplicate of `pulseaudio`, but with a different hash due to a Zig bug that
114114
// results in a different hash on Windows than Linux.
115-
.url = "https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/archive/v16.2/pulseaudio-v16.2.tar.gz",
116-
.hash = "N-V-__8AAISJ2wAn96fsxYvnGxNaZ92gY4hkK8ciaV7JrK3N",
115+
.url = "https://github.com/Games-by-Mason/pulseaudio/archive/refs/tags/v16.2.tar.gz",
116+
.hash = "N-V-__8AAH-J2wA1QFgeIKK0hLveAjq3mNnOJb96xak4HFqx",
117117
.lazy = true,
118118
},
119119
.alsa = .{

0 commit comments

Comments
 (0)