forked from mirrors/nixpkgs
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
This commit is contained in:
parent
42971e1068
commit
25176c8812
|
@ -2,12 +2,12 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
version = "1.9";
|
||||
version = "1.10";
|
||||
pname = "libircclient";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/${pname}/${pname}/${version}/${name}.tar.gz";
|
||||
sha256 = "0r60i76jh4drjh2jgp5sx71chagqllmkaq49zv67nrhqwvp9ghw1";
|
||||
sha256 = "0b9wa0h3xc31wpqlvgxgnvqp5wgx3kwsf5s9432m5cj8ycx6zcmv";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
|
Loading…
Reference in a new issue