shaka-packager: 3.7.2 -> 3.8.0

This commit is contained in:
R. Ryantm
2026-06-30 03:25:59 +00:00
parent 3b1d058d00
commit 9cbf394355
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "shaka-packager";
version = "3.7.2";
version = "3.8.0";
src = fetchFromGitHub {
owner = "shaka-project";
repo = "shaka-packager";
tag = "v${finalAttrs.version}";
hash = "sha256-E493sleVbsuytneK51lxuQnaEzvAEJwAXYmsxcaOXSs=";
hash = "sha256-GdBNysDHDWy1Zgtf+gfKtyvqCiPFJeA3K1mErK/GoRk=";
};
nativeBuildInputs = [