openfec: 1.4.2.11 -> 1.4.2.12

This commit is contained in:
R. Ryantm
2025-04-17 10:20:15 +00:00
parent ebe4301cbd
commit ccbf4cb3ac
+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 = [