From 9f8b4031ad9e328c96c62cba450ce1ebc093295c Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 9 Aug 2024 22:03:26 +0100 Subject: [PATCH] openfec: 1.4.2.9 -> 1.4.2.11 Changes: - https://github.com/roc-streaming/openfec/releases/tag/v1.4.2.10 - https://github.com/roc-streaming/openfec/releases/tag/v1.4.2.11 --- pkgs/development/libraries/openfec/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/openfec/default.nix b/pkgs/development/libraries/openfec/default.nix index 35ce5806aea7..964f5d86f672 100644 --- a/pkgs/development/libraries/openfec/default.nix +++ b/pkgs/development/libraries/openfec/default.nix @@ -7,11 +7,11 @@ stdenv.mkDerivation rec { pname = "openfec"; - version = "1.4.2.9"; + version = "1.4.2.11"; src = fetchzip { url = "https://github.com/roc-streaming/openfec/archive/refs/tags/v${version}.tar.gz"; - hash = "sha256-A/U9Nh8tspRoT3bYePJLUrNa9jxiL0r2Xaf64wWbmVA="; + hash = "sha256-lBR8vz8whEdPVHAGVq9eRriKtmS5tUAvtoyXwO4AuEs="; }; outputs = [ "out" "dev" ];