Unverified Commit 0bdcca9a authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

audacious-plugins: 4.4 -> 4.4.1 (#344771)

parents 70064b42 0ea8d995
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";
  version = "4.4.1";

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

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