Unverified Commit 0bfcafb8 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

exaile: 4.1.4 -> 4.2.0 (#453859)

parents 7566ef46 4289c639
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,13 +36,13 @@

stdenv.mkDerivation rec {
  pname = "exaile";
  version = "4.1.4";
  version = "4.2.0";

  src = fetchFromGitHub {
    owner = "exaile";
    repo = "exaile";
    rev = version;
    sha256 = "sha256-iyK2txutlWe67CyfKuyesBrYQypkS5FOf1ZWUkRCq24=";
    sha256 = "sha256-33lUlJ7H7lmty46GLzGkIUpgbWIv2EqEcPIzKt87dis=";
  };

  nativeBuildInputs = [