summary refs log tree commit diff
path: root/pkgs/os-specific/linux/criu
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-02 12:13:32 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-02 12:13:32 -0700
commitcd43915ce0b989709cb10c52aede2a541db7efb7 (patch)
tree6ff99ed8c527e818d0b2bf7338eab3406d3d4095 /pkgs/os-specific/linux/criu
parenta7af5d4f88f9e30bc9b401a84b7cb3cf036fccbb (diff)
downloadnixpkgs-cd43915ce0b989709cb10c52aede2a541db7efb7.tar
nixpkgs-cd43915ce0b989709cb10c52aede2a541db7efb7.tar.gz
nixpkgs-cd43915ce0b989709cb10c52aede2a541db7efb7.tar.bz2
nixpkgs-cd43915ce0b989709cb10c52aede2a541db7efb7.tar.lz
nixpkgs-cd43915ce0b989709cb10c52aede2a541db7efb7.tar.xz
nixpkgs-cd43915ce0b989709cb10c52aede2a541db7efb7.tar.zst
nixpkgs-cd43915ce0b989709cb10c52aede2a541db7efb7.zip
criu: 3.8 -> 3.8.1
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.

These checks were done:

- built on NixOS
- ran `/nix/store/yqfshz1c0qp2h8vdcswiaknxb6ibxfsl-criu-3.8.1/bin/compel -h` got 0 exit code
- ran `/nix/store/yqfshz1c0qp2h8vdcswiaknxb6ibxfsl-criu-3.8.1/bin/compel --help` got 0 exit code
- ran `/nix/store/yqfshz1c0qp2h8vdcswiaknxb6ibxfsl-criu-3.8.1/bin/criu -h` got 0 exit code
- ran `/nix/store/yqfshz1c0qp2h8vdcswiaknxb6ibxfsl-criu-3.8.1/bin/criu --help` got 0 exit code
- ran `/nix/store/yqfshz1c0qp2h8vdcswiaknxb6ibxfsl-criu-3.8.1/bin/criu -V` and found version 3.8.1
- ran `/nix/store/yqfshz1c0qp2h8vdcswiaknxb6ibxfsl-criu-3.8.1/bin/criu --version` and found version 3.8.1
- found 3.8.1 with grep in /nix/store/yqfshz1c0qp2h8vdcswiaknxb6ibxfsl-criu-3.8.1
- directory tree listing: https://gist.github.com/4324a1815464a7da41c4b8cd5056b1b7
Diffstat (limited to 'pkgs/os-specific/linux/criu')
-rw-r--r--pkgs/os-specific/linux/criu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/criu/default.nix b/pkgs/os-specific/linux/criu/default.nix
index 42ab0092f7d..fc7a66dcf1b 100644
--- a/pkgs/os-specific/linux/criu/default.nix
+++ b/pkgs/os-specific/linux/criu/default.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation rec {
   name    = "criu-${version}";
-  version = "3.8";
+  version = "3.8.1";
 
   src = fetchurl {
     url    = "http://download.openvz.org/criu/${name}.tar.bz2";
-    sha256 = "0gmvbnb5wa3f4nzam7gssclfai8g5363dhp8qc7q32dcx4wxbgam";
+    sha256 = "0csyhsc5d6wkcjyvsp6h9x8zxn3zk574s84gfmy3gjagv3nwqd51";
   };
 
   enableParallelBuilding = true;