Unverified Commit 2b6dd1e5 authored by Keenan Weaver's avatar Keenan Weaver
Browse files

woof-doom: 15.0.0 -> 15.0.1

parent fe99acdd
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -12,18 +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 = [
@@ -40,6 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
    libxmp
    libebur128
    openal
    yyjson
  ];

  passthru.updateScript = nix-update-script { };