Skip to content

Commit

Permalink
shaka-packager: 3.4.0 -> 3.4.1 (NixOS#367068)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 21, 2024
2 parents 5c216a9 + 3c8d6a2 commit 2eedeb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/sh/shaka-packager/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 2eedeb3

Please sign in to comment.