3
0
Fork 0
forked from mirrors/nixpkgs

draco: 1.5.6 -> 1.5.7

This commit is contained in:
R. Ryantm 2024-01-18 23:51:08 +00:00 committed by Yaya
parent 9a45447ae2
commit 45f1aab3d6

View file

@ -16,14 +16,14 @@ let
cmakeBool = b: if b then "ON" else "OFF";
in
stdenv.mkDerivation (finalAttrs: {
version = "1.5.6";
version = "1.5.7";
pname = "draco";
src = fetchFromGitHub {
owner = "google";
repo = "draco";
rev = finalAttrs.version;
hash = "sha256-2YQMav0JJMbJ2bvnN/Xv90tjE/OWLbrZDO4WlaOvcfI=";
hash = "sha256-p0Mn4kGeBBKL7Hoz4IBgb6Go6MdkgE7WZgxAnt1tE/0=";
fetchSubmodules = true;
};