woof-doom: 15.0.0 -> 15.0.1, add nix-update-script (#362407)

This commit is contained in:
Donovan Glover
2024-12-08 20:44:23 +00:00
committed by GitHub
+7 -2
View File
@@ -12,17 +12,19 @@
libxmp,
libebur128,
python3,
yyjson,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "woof-doom";
version = "15.0.0";
version = "15.0.1";
src = fetchFromGitHub {
owner = "fabiangreffrath";
repo = "woof";
rev = "woof_${finalAttrs.version}";
hash = "sha256-YLkQ2Hv+lO5wqFBqwmj0jwd/XHN3tj6fMh6x7c1PpMw=";
hash = "sha256-B1pcozy6ZyJkrrxnoL4tXSlb/VzZ9NoSPub8OVVorXo=";
};
nativeBuildInputs = [
@@ -39,8 +41,11 @@ stdenv.mkDerivation (finalAttrs: {
libxmp
libebur128
openal
yyjson
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Woof! is a continuation of the Boom/MBF bloodline of Doom source ports";
homepage = "https://github.com/fabiangreffrath/woof";