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

media-downloader: 4.4.0 -> 4.5.0
This commit is contained in:
Aleksana 2024-04-02 23:20:26 +08:00 committed by GitHub
commit 1211aa5a69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "media-downloader";
version = "4.4.0";
version = "4.5.0";
src = fetchFromGitHub {
owner = "mhogomchungu";
repo = "media-downloader";
rev = finalAttrs.version;
hash = "sha256-/W0SkKe9rcwf8HBIEcdJCPdZEnx9eh+twBu9wa6Sq30=";
hash = "sha256-n+eQjjjdZhvXFSw5D/UQhyBMSZstfI/JixiEVhmQwXs=";
};
nativeBuildInputs = [