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

cglm: 0.9.0 -> 0.9.1
This commit is contained in:
Weijia Wang 2023-08-13 15:46:01 +02:00 committed by GitHub
commit 4a9827ab72
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.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "recp";
repo = "cglm";
rev = "v${version}";
sha256 = "sha256-V6qX6f1pETjDHVu+VJXRDcKKiCBYuQnh8Bz48HRyRR8=";
sha256 = "sha256-qOPOJ+h1bq5yKkP3ZNeZnRwiOMSgS7bxTk7s/5tREQw=";
};
nativeBuildInputs = [ cmake ];