media-downloader: 4.1.0 -> 4.2.0

This commit is contained in:
R. Ryantm 2024-01-02 19:01:24 +00:00
parent ee291783e5
commit e7b537ab95

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "media-downloader";
version = "4.1.0";
version = "4.2.0";
src = fetchFromGitHub {
owner = "mhogomchungu";
repo = "media-downloader";
rev = finalAttrs.version;
hash = "sha256-x2uM4z4nQd761aj8PVlFH0MbWzwWRiR7ItzLQVOc1Zw=";
hash = "sha256-hQLrs4RyHUtcG03h0nCn3uMsHEskGKMVwUkcssGZQLs=";
};
nativeBuildInputs = [