about summary refs log tree commit diff
path: root/pkgs/development/libraries/liblc3
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-15 18:56:53 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-15 18:56:53 +0000
commit5b5d3328c8de6ac4d0f99f668fa30698c404e0e6 (patch)
treee8e61c105ff357f70046d168620f79ece09900c6 /pkgs/development/libraries/liblc3
parentb51db7ec1be773cc478a3f7060e04721f2a5c881 (diff)
liblc3: 1.0.3 -> 1.0.4
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 3e27e4064c591..f2ec852d3bf0a 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.3";
+  version = "1.0.4";
 in
 stdenv.mkDerivation {
   pname = name;
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
     owner = "google";
     repo = "liblc3";
     rev = "v${version}";
-    sha256 = "sha256-PEnK12FWAtxOMR3WyuxOQTgF+lD9S5YX+oKuWRbFfXM=";
+    sha256 = "sha256-nQJgF/cWoCx5TkX4xOaLB9SzvhVXPY29bLh7UwPMWEE=";
   };
 
   outputs = [ "out" "dev" ];