Unverified Commit e9144728 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

media-downloader: 5.3.2 -> 5.3.3 (#409439)

parents c3ed7942 8a1a5d1b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "media-downloader";
  version = "5.3.2";
  version = "5.3.3";

  src = fetchFromGitHub {
    owner = "mhogomchungu";
    repo = "media-downloader";
    rev = finalAttrs.version;
    hash = "sha256-rNcEPE1BoCltpV5A3ugc7NI2ASfLXuPC9NNbc4Gn8BA=";
    hash = "sha256-vVTTICGtuSUWz10iEEsMUSLwlZmOjW+ffpZ3T7Hy+WU=";
  };

  nativeBuildInputs = [