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

entt: 3.7.1 -> 3.8.0
This commit is contained in:
Artturi 2021-08-08 02:46:21 +03:00 committed by GitHub
commit ee32e0aed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec {
pname = "entt";
version = "3.7.1";
version = "3.8.0";
src = fetchFromGitHub {
owner = "skypjack";
repo = "entt";
rev = "v${version}";
sha256 = "sha256-t1QRqasb82W277XEV2FG5JrsQWIWZ0G5V7wLI+p4MpQ=";
sha256 = "sha256-gieft0sErTr3aB6mZLdALSx+RkmCQuE9lopAwJbOXnA=";
};
nativeBuildInputs = [ cmake ];