Unverified Commit aa5879d2 authored by Pascal Bach's avatar Pascal Bach Committed by GitHub
Browse files

Merge pull request #308803 from r-ryantm/auto-update/media-downloader

media-downloader: 4.5.0 -> 4.6.0
parents 67a4ef9d 77146829
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "media-downloader";
  version = "4.5.0";
  version = "4.6.0";

  src = fetchFromGitHub {
    owner = "mhogomchungu";
    repo = "media-downloader";
    rev = finalAttrs.version;
    hash = "sha256-n+eQjjjdZhvXFSw5D/UQhyBMSZstfI/JixiEVhmQwXs=";
    hash = "sha256-sl82ZnRqFE3z+EGM+m5rAy4MMrbgkY4PZgyc94x7XUI=";
  };

  nativeBuildInputs = [