mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
ngt: 2.7.2 -> 2.8.0 (#559065)
This commit is contained in:
@@ -10,13 +10,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "NGT";
|
||||
version = "2.7.2";
|
||||
version = "2.8.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NGT-labs";
|
||||
repo = "NGT";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "sha256-E09LxLDX/amwNlt0TgMS1sB4VjdK6iPIadCPP6Pq2Vc=";
|
||||
sha256 = "sha256-GLCAyLUYdCQHnJzFC75tzqhy5gsoxZ8/vQBME3Ah2Do=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
Reference in New Issue
Block a user