shaka-packager: 3.8.0 -> 3.9.2

(cherry picked from commit 1c790e2b42)
This commit is contained in:
R. Ryantm
2026-07-17 20:35:42 +00:00
committed by github-actions[bot]
parent 30fbc5bda8
commit 37bb3411e7

View File

@@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "shaka-packager";
version = "3.8.0";
version = "3.9.2";
src = fetchFromGitHub {
owner = "shaka-project";
repo = "shaka-packager";
tag = "v${finalAttrs.version}";
hash = "sha256-GdBNysDHDWy1Zgtf+gfKtyvqCiPFJeA3K1mErK/GoRk=";
hash = "sha256-pKbTIDIveJFaKaCX4SPqYUIUI8QDk1WeZBgtmdZzg/o=";
};
nativeBuildInputs = [