Merge pull request #106560 from r-ryantm/auto-update/draco

draco: 1.4.0 -> 1.4.1
This commit is contained in:
Ryan Mulligan 2020-12-10 12:22:02 -08:00 committed by GitHub
commit 248f0bfe6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
}:
stdenv.mkDerivation rec {
version = "1.4.0";
version = "1.4.1";
pname = "draco";
src = fetchFromGitHub {
owner = "google";
repo = "draco";
rev = version;
sha256 = "0s65il754fpiygbg0yq2xynpbnmhiiaxghkzprjqxziyz6gi87lm";
sha256 = "14ln4la52x38pf8syr7i5v4vd65ya4zij8zj5kgihah03cih0qcd";
};
enableParallelBuilding = true;