media-downloader: 4.0.0 -> 4.1.0

This commit is contained in:
R. Ryantm 2023-12-02 18:40:44 +00:00
parent 8626b5c06d
commit 6710510c22

View File

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