about summary refs log tree commit diff
path: root/pkgs/development/libraries/liblc3
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-28 02:24:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-28 02:24:27 +0000
commit0454a99b8e1cc4b68b344e94cb8a31f58424c022 (patch)
tree11637f02c7ec1d3c9949ea33243ad3c50f40b4e5 /pkgs/development/libraries/liblc3
parent68e06b5c7298cad3993b27cf60c67c80edbb3c2d (diff)
liblc3: 1.0.4 -> 1.1.0
Diffstat (limited to 'pkgs/development/libraries/liblc3')
-rw-r--r--pkgs/development/libraries/liblc3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/liblc3/default.nix b/pkgs/development/libraries/liblc3/default.nix
index f2ec852d3bf0a..bcefd8311fbf2 100644
--- a/pkgs/development/libraries/liblc3/default.nix
+++ b/pkgs/development/libraries/liblc3/default.nix
@@ -7,7 +7,7 @@
 
 let
   name = "liblc3";
-  version = "1.0.4";
+  version = "1.1.0";
 in
 stdenv.mkDerivation {
   pname = name;
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
     owner = "google";
     repo = "liblc3";
     rev = "v${version}";
-    sha256 = "sha256-nQJgF/cWoCx5TkX4xOaLB9SzvhVXPY29bLh7UwPMWEE=";
+    sha256 = "sha256-pKd9wOrDjKhWX8vTsg6qkE71FQlsC7VM/uq0ss1vsAQ=";
   };
 
   outputs = [ "out" "dev" ];