mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
woof-doom: 14.5.0 -> 15.0.0
This commit is contained in:
parent
0c4555b60e
commit
0d7512f7d6
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user