shaka-packager: 3.4.0 -> 3.4.1

This commit is contained in:
R. Ryantm
2024-12-21 10:32:11 +00:00
parent fe1376b0a4
commit 3c8d6a24ed
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "shaka-packager";
version = "3.4.0";
version = "3.4.1";
src = fetchFromGitHub {
owner = "shaka-project";
repo = "shaka-packager";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-4ZxBE1jpFR93OigAd7xOpUHXSZ5o9keNBJXuS2pNjpo=";
hash = "sha256-xXKgL8sUP+meFXV9S/i7dao7BIkIx+e/ujjpew7xGL0=";
};
patches = [