vulkan-test/_sources/generated.nix

28 lines
752 B
Nix
Raw Normal View History

2024-09-25 23:03:56 -04:00
# This file was generated by nvfetcher, please do not modify it manually.
2024-11-17 21:37:03 -05:00
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
2024-09-25 23:03:56 -04:00
{
fmt = {
pname = "fmt";
version = "11.0.2";
src = fetchFromGitHub {
owner = "fmtlib";
repo = "fmt";
rev = "11.0.2";
fetchSubmodules = false;
sha256 = "sha256-IKNt4xUoVi750zBti5iJJcCk3zivTt7nU12RIf8pM+0=";
};
};
2024-11-17 21:37:03 -05:00
imgui = {
pname = "imgui";
version = "8082a849035ab9de2f9e9821f0ef96ead51b930d";
src = fetchFromGitHub {
owner = "ocornut";
repo = "imgui";
rev = "8082a849035ab9de2f9e9821f0ef96ead51b930d";
fetchSubmodules = false;
sha256 = "sha256-IAg27igFpypMuGsCyCKAYaqPpvnC+qtfiUp4kZ+CT0Q=";
};
date = "2024-11-15";
};
2024-09-25 23:03:56 -04:00
}