liblc3: 1.0.2 -> 1.0.3

This commit is contained in:
R. Ryantm 2023-05-20 12:45:15 +00:00
parent 68c1807f3c
commit 50894cc85b

View file

@ -7,7 +7,7 @@
let
name = "liblc3";
version = "1.0.2";
version = "1.0.3";
in
stdenv.mkDerivation {
pname = name;
@ -17,7 +17,7 @@ stdenv.mkDerivation {
owner = "google";
repo = "liblc3";
rev = "v${version}";
sha256 = "sha256-Be+dPUnxC2+cHzqL2FAqXOU7NjEAHiPBKh7spuYkvhc=";
sha256 = "sha256-PEnK12FWAtxOMR3WyuxOQTgF+lD9S5YX+oKuWRbFfXM=";
};
outputs = [ "out" "dev" ];