shaka-packager: 3.8.0 -> 3.9.2

This commit is contained in:
R. Ryantm
2026-07-17 20:35:42 +00:00
parent b5d95a3fd3
commit 1c790e2b42

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 = [