liblc3: 1.0.1 -> 1.0.2

This commit is contained in:
R. Ryantm 2023-02-21 10:07:51 +00:00
parent b139b6056c
commit 8cc327ce14

View file

@ -7,7 +7,7 @@
let let
name = "liblc3"; name = "liblc3";
version = "1.0.1"; version = "1.0.2";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
pname = name; pname = name;
@ -17,7 +17,7 @@ stdenv.mkDerivation {
owner = "google"; owner = "google";
repo = "liblc3"; repo = "liblc3";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-W0pCfFmM+6N6+HdGdQ/GBNHjBspkwtlxZC2m2noKGx0="; sha256 = "sha256-Be+dPUnxC2+cHzqL2FAqXOU7NjEAHiPBKh7spuYkvhc=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [