lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

libxls: 1.6.1 -> 1.6.2

authored by

R. RyanTM and committed by
Jan Tojnar
b898fe25 0188ee34

+2 -2
+2 -2
pkgs/development/libraries/libxls/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libxls"; 5 - version = "1.6.1"; 5 + version = "1.6.2"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/libxls/libxls/releases/download/v${version}/libxls-${version}.tar.gz"; 9 - sha256 = "1y7wk55blk16hmvf9dz5ci84hlhv6pw6mnr1mfnibfw3gsxmzhyv"; 9 + sha256 = "sha256-XazDTZS/IRWSbIDG+2nk570u1kA9Uc/0kEGpQXL143E="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ unzip ];