Merge pull request #41672 from r-ryantm/auto-update/lxc

lxc: 3.0.0 -> 3.0.1
This commit is contained in:
Jörg Thalheim 2018-06-08 15:32:14 +01:00 committed by GitHub
commit f445339d2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "lxc-${version}";
version = "3.0.0";
version = "3.0.1";
src = fetchurl {
url = "https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz";
sha256 = "12ldpkd17cy6fg7z1icr91cfs86jkkrsj61b6wdj0l7h4x624c32";
sha256 = "1nyml98k28sc5sda0260cmby4irkpnhpwgmx4yhqy10wpr4nr625";
};
nativeBuildInputs = [