Unverified Commit 64d2eb43 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

media-downloader: 5.4.4 -> 5.4.6 (#463107)

parents d1b0d176 41c94c9e
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.4.4";
  version = "5.4.6";

  src = fetchFromGitHub {
    owner = "mhogomchungu";
    repo = "media-downloader";
    rev = finalAttrs.version;
    hash = "sha256-MZAzL9ORsuBid/nM0y3eibhyxfewfc7c18TGb82lKfo=";
    hash = "sha256-2VcxNoC/9dVYItDJdWxuXFtl31p8kKCnbmAWfYFBGwQ=";
  };

  nativeBuildInputs = [