diff options
author | sss <sss@dark-alexandr.net> | 2025-08-16 21:58:24 +0300 |
---|---|---|
committer | sss <sss@dark-alexandr.net> | 2025-08-16 23:48:39 +0300 |
commit | d82b0f969d799c04f0a2c0378cedd39b3725db8e (patch) | |
tree | c405802e36463c971e2097c4760e36d4b9c0f673 /wayland-protocols.nix | |
parent | f5e31fb45569d963d1eca99a63803537b7a35a81 (diff) |
pipewire/wireplumber: update
Diffstat (limited to 'wayland-protocols.nix')
-rw-r--r-- | wayland-protocols.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland-protocols.nix b/wayland-protocols.nix index 611cb65..0fd1ecb 100644 --- a/wayland-protocols.nix +++ b/wayland-protocols.nix @@ -6,7 +6,7 @@ self: super: { version = "1.45"; src = fetchurl { url = "https://gitlab.freedesktop.org/wayland/${old.pname}/-/releases/${version}/downloads/${old.pname}-${version}.tar.xz"; -# hash = "sha256-J4a2sbeZZeMT8sKJwSB1ue1wDUGESBDFGv2hDuMpV2s="; + # hash = "sha256-J4a2sbeZZeMT8sKJwSB1ue1wDUGESBDFGv2hDuMpV2s="; hash = "sha256-TSsqnj4JnQF9yBB78cM00nu4fZ5K/xmgyNhW0XzUHvA="; }; }); |