28 lines
752 B
Nix
28 lines
752 B
Nix
# This file was generated by nvfetcher, please do not modify it manually.
|
|
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
|
|
{
|
|
fmt = {
|
|
pname = "fmt";
|
|
version = "11.0.2";
|
|
src = fetchFromGitHub {
|
|
owner = "fmtlib";
|
|
repo = "fmt";
|
|
rev = "11.0.2";
|
|
fetchSubmodules = false;
|
|
sha256 = "sha256-IKNt4xUoVi750zBti5iJJcCk3zivTt7nU12RIf8pM+0=";
|
|
};
|
|
};
|
|
imgui = {
|
|
pname = "imgui";
|
|
version = "8082a849035ab9de2f9e9821f0ef96ead51b930d";
|
|
src = fetchFromGitHub {
|
|
owner = "ocornut";
|
|
repo = "imgui";
|
|
rev = "8082a849035ab9de2f9e9821f0ef96ead51b930d";
|
|
fetchSubmodules = false;
|
|
sha256 = "sha256-IAg27igFpypMuGsCyCKAYaqPpvnC+qtfiUp4kZ+CT0Q=";
|
|
};
|
|
date = "2024-11-15";
|
|
};
|
|
}
|