mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
libHX: 3.21 -> 3.22
Semi-automatic update. These checks were performed: - built on NixOS - found 3.22 with grep in /nix/store/4h5wjmczvxamiqhljh3iqbfmwx5zwz18-libHX-3.22 - found 3.22 in filename of file in /nix/store/4h5wjmczvxamiqhljh3iqbfmwx5zwz18-libHX-3.22 cc "@tstrobel"
This commit is contained in:
parent
b63297b203
commit
e5394e9e12
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, autoconf, automake, libtool }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libHX-3.21";
|
||||
name = "libHX-3.22";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/libhx/libHX/3.21/${name}.tar.xz";
|
||||
sha256 = "0wcr6kbhsw6v4js7q4p7fhli37c39dv1rryjf768rkwshl2z8f6v";
|
||||
url = "mirror://sourceforge/libhx/libHX/3.22/${name}.tar.xz";
|
||||
sha256 = "18w39j528lyg2026dr11f2xxxphy91cg870nx182wbd8cjlqf86c";
|
||||
};
|
||||
|
||||
patches = [];
|
||||
|
Loading…
Reference in New Issue
Block a user