Skip to content

Commit

Permalink
Merge pull request #174585 from r-ryantm/auto-update/entt
Browse files Browse the repository at this point in the history
entt: 3.10.0 -> 3.10.3
  • Loading branch information
smancill authored Aug 18, 2022
2 parents 68696ec + 5b5e772 commit bb3b4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/entt/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec {
pname = "entt";
version = "3.10.0";
version = "3.10.3";

src = fetchFromGitHub {
owner = "skypjack";
repo = "entt";
rev = "v${version}";
sha256 = "sha256-/4lc+/YiLPxrn+7Z67sEapYY0ocLWHPC8yeYD2VI+64=";
sha256 = "sha256-pewAwvNRCBS6rm3AmHthiayGfP71lqkAO+x6rT957Xg=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit bb3b4db

Please sign in to comment.