shaka-packager: 3.9.2 -> 3.9.3

(cherry picked from commit d5f7a38a71)
This commit is contained in:
R. Ryantm
2026-08-05 08:16:52 +00:00
committed by github-actions[bot]
parent 622b0483c7
commit 9ea5ce9751

View File

@@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "shaka-packager";
version = "3.9.2";
version = "3.9.3";
src = fetchFromGitHub {
owner = "shaka-project";
repo = "shaka-packager";
tag = "v${finalAttrs.version}";
hash = "sha256-pKbTIDIveJFaKaCX4SPqYUIUI8QDk1WeZBgtmdZzg/o=";
hash = "sha256-jQ+xY4j/k3ucmKnRxvj0R5h+lWux1/AyZwKe1+XQXvk=";
};
nativeBuildInputs = [