Commit 82109414 authored by Felix Buehler's avatar Felix Buehler
Browse files

mediaelch: 2.10.2 -> 2.10.4

parent 0a5e37e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "mediaelch";
  version = "2.10.2";
  version = "2.10.4";

  src = fetchFromGitHub {
    owner = "Komet";
    repo = "MediaElch";
    rev = "v${version}";
    sha256 = "sha256-y8NXBPShmhp0QiuSbVA2JvZrv70Z76Kmdw+RuBnMtPY=";
    hash = "sha256-gNpnmyUKDXf40+1JmJzNyEPIv/DO8b3CdJAphheEvTU=";
    fetchSubmodules = true;
  };