entt: 3.7.1 -> 3.8.0

This commit is contained in:
R. RyanTM 2021-07-23 04:51:33 +00:00
parent b09661d41f
commit b1399834ac

View File

@ -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 ];