lol

libltc: 1.1.4 -> 1.3.0

Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.3.0 with grep in /nix/store/wcvgcfp7naydayalzwgq7ivwqrclyrgh-libltc-1.3.0
- found 1.3.0 in filename of file in /nix/store/wcvgcfp7naydayalzwgq7ivwqrclyrgh-libltc-1.3.0

+3 -3
+3 -3
pkgs/development/libraries/libltc/default.nix
··· 1 1 {stdenv, fetchurl}: 2 2 3 3 stdenv.mkDerivation { 4 - name = "libltc-1.1.4"; 4 + name = "libltc-1.3.0"; 5 5 6 6 src = fetchurl { 7 - url = https://github.com/x42/libltc/releases/download/v1.1.4/libltc-1.1.4.tar.gz; 8 - sha256 = "0xas0zbi11nhq15al6cxn0iwa563s6fcz01hw0np1clh25h4773x"; 7 + url = https://github.com/x42/libltc/releases/download/v1.3.0/libltc-1.3.0.tar.gz; 8 + sha256 = "0p7fgp44i9d1lrgbk5zj3sm5yzavx428zn36xb3bl7y65c2xxcda"; 9 9 }; 10 10 11 11 meta = with stdenv.lib; {