Commit baf20ae6 authored by R. RyanTM's avatar R. RyanTM
Browse files

audacious-plugins: 4.4.1 -> 4.4.2

parent df07f243
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,13 +46,13 @@

stdenv.mkDerivation rec {
  pname = "audacious-plugins";
  version = "4.4.1";
  version = "4.4.2";

  src = fetchFromGitHub {
    owner = "audacious-media-player";
    repo = "audacious-plugins";
    rev = "${pname}-${version}";
    hash = "sha256-F2kcGc6VCaBsL5Zx7qtZjPvqzaxmR87Q9LTFEU+nqmo=";
    hash = "sha256-fA7xB04WLlleLIBDEZOVqDQguKAXtTsJoedQ9A/ZHQg=";
  };

  patches = [ ./0001-Set-plugindir-to-PREFIX-lib-audacious.patch ];