SDL2_sound: 2.0.4 -> 2.0.6 (#529293)

This commit is contained in:
Marcin Serwin
2026-06-07 22:55:03 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
# considered for deletion.
stdenv.mkDerivation (finalAttrs: {
pname = "SDL2_sound";
version = "2.0.4";
version = "2.0.6";
src = fetchFromGitHub {
owner = "icculus";
repo = "SDL_sound";
rev = "v${finalAttrs.version}";
hash = "sha256-5t2ELm8d8IX+cIJqGl/8sffwXGj5Cm0kZI6+bmjvvPg=";
hash = "sha256-Q2q6gp6nOCtAxRb0keX5hikyPGYhUcqBhEosEZiWlWg=";
};
outputs = [