woof-doom: 14.5.0 -> 15.0.0 (#358579)

This commit is contained in:
Donovan Glover 2024-11-25 18:39:51 +00:00 committed by GitHub
commit d0ca65eb99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,18 +10,19 @@
fluidsynth,
alsa-lib,
libxmp,
libebur128,
python3,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "woof-doom";
version = "14.5.0";
version = "15.0.0";
src = fetchFromGitHub {
owner = "fabiangreffrath";
repo = "woof";
rev = "woof_${finalAttrs.version}";
hash = "sha256-LA4blTlee0+nRK066hj19Zm/FL2qhaZ9Y5JMfMj3IRU=";
hash = "sha256-YLkQ2Hv+lO5wqFBqwmj0jwd/XHN3tj6fMh6x7c1PpMw=";
};
nativeBuildInputs = [
@ -36,6 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
fluidsynth
libsndfile
libxmp
libebur128
openal
];