openal: 1.22.2 -> 1.23.1

This commit is contained in:
R. Ryantm 2023-04-27 09:20:13 +00:00
parent 8e5047b1f6
commit 87bac138dc

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "openal-soft";
version = "1.22.2";
version = "1.23.1";
src = fetchFromGitHub {
owner = "kcat";
repo = "openal-soft";
rev = version;
sha256 = "sha256-MVM0qCZDWcO7/Hnco+0dBqzBLcWD279xjx0slxxlc4w=";
sha256 = "sha256-jwY1NzNJdWIvVv7TvJyg4cIGFLWGZhL3BkMI1NbOEG0=";
};
patches = [