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

media-downloader: 4.5.0 -> 4.6.0
This commit is contained in:
Pascal Bach 2024-05-03 21:02:39 +02:00 committed by GitHub
commit aa5879d20d
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.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 = [