media-downloader: 5.4.8 -> 5.4.9

This commit is contained in:
R. Ryantm
2026-03-06 08:40:02 +00:00
parent 943ba5b1a5
commit e86e73534a

View File

@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "media-downloader";
version = "5.4.8";
version = "5.4.9";
src = fetchFromGitHub {
owner = "mhogomchungu";
repo = "media-downloader";
rev = finalAttrs.version;
hash = "sha256-LMgFCoMxLR9Diz0Fqke6J4aQy7cuEN1e7Umpo0/H0Bo=";
hash = "sha256-afQ3Tra7hUjrG3vs4XBfmvSOBrhG7k5fkEMDr6WF+Fo=";
};
nativeBuildInputs = [