liblc3: 1.1.2 -> 1.1.3

Changes: https://github.com/google/liblc3/releases/tag/v1.1.3
This commit is contained in:
Sergei Trofimovich
2025-02-24 07:14:34 +00:00
parent 3349acd765
commit 0a8e3a0b65
+2 -2
View File
@@ -8,7 +8,7 @@
let
name = "liblc3";
version = "1.1.2";
version = "1.1.3";
in
stdenv.mkDerivation {
pname = name;
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
owner = "google";
repo = "liblc3";
rev = "v${version}";
sha256 = "sha256-OWuj68+YztIh/dPvwqjW7ch7Ph3aiEIDvO9rMkVIrQ8=";
sha256 = "sha256-4KsvCQ1JZaj0yCT7En7ZcNk0rA8LyDwwcSga2IoVd6A=";
};
outputs = [