Unverified Commit 338de35f authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

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

parents 34efbc57 2b6dd1e5
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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";