Merge pull request #197554 from r-ryantm/auto-update/cglm

cglm: 0.8.5 -> 0.8.8
This commit is contained in:
Weijia Wang 2023-01-22 23:55:31 +01:00 committed by GitHub
commit 1827784667
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "cglm";
version = "0.8.5";
version = "0.8.8";
src = fetchFromGitHub {
owner = "recp";
repo = "cglm";
rev = "v${version}";
sha256 = "sha256-PJHDZXc0DD/d+K/4uouv5F8gAf1sE5e3jLkGILPMpnI=";
sha256 = "sha256-BzZb8NDgf1NnkZaaxs+0YlVuYod/uiWJxA3geaYN7e0=";
};
nativeBuildInputs = [ cmake ];