criu: 3.11 -> 3.12

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/criu/versions
This commit is contained in:
R. RyanTM 2019-06-01 04:36:33 -07:00 committed by Austin Seipp
parent c90e94a641
commit 25d5dbd3ff

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "criu-${version}";
version = "3.11";
version = "3.12";
src = fetchurl {
url = "https://download.openvz.org/criu/${name}.tar.bz2";
sha256 = "03nimyn3wy5mlw30gq7bvlzvvprqjv8f25240yj5arzlld8mhsw8";
sha256 = "1z0fpym8fi2jqx99himqs8pm5l4mzrswjqxcyfwjmbabzb77dwhf";
};
enableParallelBuilding = true;