celluloid: 0.28 -> 0.29 (#409685)

Co-authored-by: SamLukeYes <SamLukeYes@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-23 14:02:22 +00:00
committed by GitHub
co-authored by SamLukeYes
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "celluloid";
version = "0.28";
version = "0.29";
src = fetchFromGitHub {
owner = "celluloid-player";
repo = "celluloid";
tag = "v${finalAttrs.version}";
hash = "sha256-72t8AVBDvvyf91zR/uXwT/PvNucyjUQFpQUQ5wnekXw=";
hash = "sha256-p4jMEM+ikcyVIi7cHm7u0wk9PKD8YJyhRXABgsh/SJc=";
};
nativeBuildInputs = [