From 3c9479916a736a6dcc756c7a711212a2b81eb185 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 19 Feb 2023 20:31:44 -0700 Subject: [PATCH] update pulse dependency --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index cb846ae..9bc9237 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -4,8 +4,8 @@ .dependencies = .{ .pulseaudio = .{ - .url = "https://github.com/andrewrk/pulseaudio/archive/3dc7a9ec7b813e83ba67cbb85470b621449586f2.tar.gz", - .hash = "1220a5092a924fb8109242efd714b0182b0f159e612d06a4bc0eccda6b2ea9c1d7aa", + .url = "https://github.com/andrewrk/pulseaudio/archive/ce33cc7d2c2520881545f8667201abc5338d392d.tar.gz", + .hash = "122094057fcf485f9c446498918e0c10c82c8de7275cb19ec0572dd5a0d80a074960", }, }, }