Unverified Commit 0950e028 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

exaile: 4.2.1 -> 4.2.2 (#505022)

parents 06f1bc3f 7c85ce9c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,13 +36,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "exaile";
  version = "4.2.1";
  version = "4.2.2";

  src = fetchFromGitHub {
    owner = "exaile";
    repo = "exaile";
    rev = finalAttrs.version;
    sha256 = "sha256-eH7JhoGd5jiaye8ZLx836tgEXsRpEd3D3z6gvnVrbIs=";
    sha256 = "sha256-8q7OP9imTaoxqNgDOcVmvGSb5Sra0JtPOtZPo7zgkHM=";
  };

  nativeBuildInputs = [