Merge pull request #286150 from r-ryantm/auto-update/entt

entt: 3.13.0 -> 3.13.1
This commit is contained in:
Nick Cao 2024-02-04 09:43:43 -05:00 committed by GitHub
commit c82dff3bbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec {
pname = "entt";
version = "3.13.0";
version = "3.13.1";
src = fetchFromGitHub {
owner = "skypjack";
repo = "entt";
rev = "v${version}";
hash = "sha256-LiQBKpXSr5+zOgtc+8snGqN/Aq3EHhQjlMBuqDOlSz0=";
hash = "sha256-TZuKgpLJCy3uct39SFSVi4b4lyldcfJ3AQNrz3OT3Ow=";
};
nativeBuildInputs = [ cmake ];