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

vc: 1.4.2 -> 1.4.3
This commit is contained in:
Mario Rodas 2022-08-13 12:11:03 -05:00 committed by GitHub
commit 491d0b9d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "Vc";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
owner = "VcDevel";
repo = "Vc";
rev = version;
sha256 = "sha256-rh2vcn58xDsbxxABrxneCq6TKIyT51KxGB7sOtHpvYE=";
sha256 = "sha256-fv0FHAl0xvAFybR/jwhX2LkozwEDy1TNcbVAmRRnLVU=";
};
nativeBuildInputs = [ cmake ];