Commit 77146829 authored by R. RyanTM's avatar R. RyanTM
Browse files

media-downloader: 4.5.0 -> 4.6.0

parent eba1ebd6
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 = [