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

entt: 3.11.0 -> 3.11.1
This commit is contained in:
Jörg Thalheim 2022-12-03 08:29:26 +01:00 committed by GitHub
commit 058ff93bb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec {
pname = "entt";
version = "3.11.0";
version = "3.11.1";
src = fetchFromGitHub {
owner = "skypjack";
repo = "entt";
rev = "v${version}";
sha256 = "sha256-urB1oU4Riuo9+DKmMf317bqF4hTcm/zsSLn5fpZY27o=";
sha256 = "sha256-/ZvMyhvnlu/5z4UHhPe8WMXmSA45Kjbr6bRqyVJH310=";
};
nativeBuildInputs = [ cmake ];