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

[Backport release-25.05] media-downloader: 5.3.2 -> 5.3.3 (#409647)

parents 07112542 b46093bb
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 = [