Skip to content

Commit

Permalink
Merge pull request #220130 from r-ryantm/auto-update/media-downloader
Browse files Browse the repository at this point in the history
media-downloader: 2.8.0 -> 2.9.0
  • Loading branch information
marsam committed Mar 10, 2023
2 parents c083b37 + 3374f37 commit 3e09d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/media-downloader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
pname = "media-downloader";
version = "2.8.0";
version = "2.9.0";

src = fetchFromGitHub {
owner = "mhogomchungu";
repo = pname;
rev = "${version}";
sha256 = "sha256-RMZG+rPbwJFL2AzEZlTrc8/bQCx8CWCWppEBjCj5hnU=";
sha256 = "sha256-3tVOyIwdGcSVnEJWQWh6HIsjY6uEzWkTs45qf81r/+0=";
};

nativeBuildInputs = [ cmake qt5.wrapQtAppsHook ];
Expand Down

0 comments on commit 3e09d89

Please sign in to comment.