From 70013b667314c8722504abcef9930fe76b665c52 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 24 Jun 2026 08:29:02 +0000 Subject: [PATCH] deadbeefPlugins.vgmstream: 2026-05-24 -> 2026-06-22 --- pkgs/applications/audio/deadbeef/plugins/vgmstream.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/deadbeef/plugins/vgmstream.nix b/pkgs/applications/audio/deadbeef/plugins/vgmstream.nix index 665b685932f9..98669ee1c13d 100644 --- a/pkgs/applications/audio/deadbeef/plugins/vgmstream.nix +++ b/pkgs/applications/audio/deadbeef/plugins/vgmstream.nix @@ -13,13 +13,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "deadbeef-vgmstream-plugin"; - version = "2026-05-24"; + version = "2026-06-22"; src = fetchFromGitHub { owner = "jchv"; repo = "deadbeef-vgmstream"; rev = finalAttrs.version; - hash = "sha256-wuyqAAcNQZH7HeDve4ZXXK5q28lFfSYracCVuGjxfbw="; + hash = "sha256-pX6uhrLgJ2sWwm2tR45YuYbICrP8fKgOD/TXV79bHn4="; }; nativeBuildInputs = [ pkg-config ];