openfec: 1.4.2.11 -> 1.4.2.12 (#399434)

This commit is contained in:
Weijia Wang
2025-06-20 22:09:18 +02:00
committed by GitHub
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "openfec";
version = "1.4.2.11";
version = "1.4.2.12";
src = fetchzip {
url = "https://github.com/roc-streaming/openfec/archive/refs/tags/v${version}.tar.gz";
hash = "sha256-lBR8vz8whEdPVHAGVq9eRriKtmS5tUAvtoyXwO4AuEs=";
hash = "sha256-KOP3LqCZHdEgm+XhzBdNxnJipGC4gpvA57T7mIeSyaE=";
};
outputs = [