Unverified Commit 541753fd authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

audacious: 4.5 -> 4.5.1 (#441050)

parents 88f4a983 98a17363
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "audacious";
  version = "4.5";
  version = "4.5.1";

  src = fetchFromGitHub {
    owner = "audacious-media-player";
    repo = "audacious";
    rev = "${pname}-${version}";
    hash = "sha256-oYssIeVAvz2nx/3GRxgmsUjp2mnEFMem0WNPJG9l14E=";
    hash = "sha256-1+RyGMUrotFdNCNpxzKpXGafKn9kNtzEyRVefUmJexU=";
  };

  nativeBuildInputs = [