Merge pull request #249374 from r-ryantm/auto-update/liblc3

liblc3: 1.0.3 -> 1.0.4
This commit is contained in:
Pol Dellaiera 2023-08-16 17:26:22 +02:00 committed by GitHub
commit 1dcd19866c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ];