lol
0
fork

Configure Feed

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

libucl: 0.8.1 -> 0.8.2

+2 -2
+2 -2
pkgs/development/libraries/libucl/default.nix
··· 25 25 in 26 26 stdenv.mkDerivation rec { 27 27 pname = "libucl"; 28 - version = "0.8.1"; 28 + version = "0.8.2"; 29 29 30 30 src = fetchFromGitHub { 31 31 owner = "vstakhov"; 32 32 repo = pname; 33 33 rev = version; 34 - sha256 = "1h52ldxankyhbbm1qbqz1f2q0j03c1b4mig7343bs3mc6fpm18gf"; 34 + sha256 = "sha256-rpTc0gq8HquDow4NEkRSjyESEMrv8dAhX98yKKu/Fsk="; 35 35 }; 36 36 37 37 nativeBuildInputs = [ pkg-config autoreconfHook ];