lol
0
fork

Configure Feed

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

libircclient: 1.9 -> 1.10 (#45821)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
libircclient

authored by

R. RyanTM and committed by
xeji
25176c88 42971e10

+2 -2
+2 -2
pkgs/development/libraries/libircclient/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "${pname}-${version}"; 5 - version = "1.9"; 5 + version = "1.10"; 6 6 pname = "libircclient"; 7 7 8 8 src = fetchurl { 9 9 url = "mirror://sourceforge/${pname}/${pname}/${version}/${name}.tar.gz"; 10 - sha256 = "0r60i76jh4drjh2jgp5sx71chagqllmkaq49zv67nrhqwvp9ghw1"; 10 + sha256 = "0b9wa0h3xc31wpqlvgxgnvqp5wgx3kwsf5s9432m5cj8ycx6zcmv"; 11 11 }; 12 12 13 13 outputs = [ "out" "dev" ];