Merge pull request #51762 from r-ryantm/auto-update/Vc

vc: 1.4.0 -> 1.4.1
This commit is contained in:
Jörg Thalheim 2018-12-09 11:00:17 +00:00 committed by GitHub
commit 3fc03e52c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "Vc-${version}"; name = "Vc-${version}";
version = "1.4.0"; version = "1.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "VcDevel"; owner = "VcDevel";
repo = "Vc"; repo = "Vc";
rev = version; rev = version;
sha256 = "1jwwp3g8pqngdakqy3dxy3vgzh0gla5wvwqqlfvqdgsw6455xhm7"; sha256 = "09nf6j1hyq2yv0c1cmnv4ff5243ylsajy1xj3dz8c2qqcm14y6cm";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];