We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b3b7f5 + 92374ea commit 0e96b00Copy full SHA for 0e96b00
pkgs/by-name/en/entt/package.nix
@@ -1,13 +1,13 @@
1
{ lib, stdenv, fetchFromGitHub, cmake }:
2
stdenv.mkDerivation rec {
3
pname = "entt";
4
- version = "3.13.2";
+ version = "3.14.0";
5
6
src = fetchFromGitHub {
7
owner = "skypjack";
8
repo = "entt";
9
rev = "v${version}";
10
- hash = "sha256-botX9T9KEXbctI1hUOt983y2rtWDeXyTonGYpJ6eGr8=";
+ hash = "sha256-IPAM7fr/tvSOMKWUbXbloNAnlp5t7J0ynSsTMZ2jKYs=";
11
};
12
13
nativeBuildInputs = [ cmake ];
0 commit comments