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

vc: 1.3.3 -> 1.4.0
This commit is contained in:
Jörg Thalheim 2018-10-03 12:12:22 +01:00 committed by GitHub
commit a0f5e58ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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