1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 23:20:55 +00:00

vc: 1.4.1 -> 1.4.2

This commit is contained in:
Ilan Joselevich 2021-08-15 11:16:32 +03:00
parent 74593328f7
commit b75f5a8a99

View file

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