From 54313e993e22b302539582f992aff63be5049a06 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 30 Oct 2024 02:45:47 +0000 Subject: [PATCH] ocamlPackages.theora: 0.4.0 -> 0.4.1 --- pkgs/development/ocaml-modules/theora/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/theora/default.nix b/pkgs/development/ocaml-modules/theora/default.nix index 6849056d2ded..0fc9048a09ce 100644 --- a/pkgs/development/ocaml-modules/theora/default.nix +++ b/pkgs/development/ocaml-modules/theora/default.nix @@ -2,7 +2,7 @@ buildDunePackage rec { pname = "theora"; - version = "0.4.0"; + version = "0.4.1"; duneVersion = "3"; @@ -10,7 +10,7 @@ buildDunePackage rec { owner = "savonet"; repo = "ocaml-theora"; rev = "v${version}"; - hash = "sha256-VN1XYqxMCO0W9tMTqSAwWKv7GErTtRZgnC2SnmmV7+k="; + hash = "sha256-2FXB5BOBRQhnpEmdlYBdZZXuXW9K+1cu7akJQDuDAMc="; }; buildInputs = [ dune-configurator ];