vulkan-test/_sources/generated.nix

16 lines
392 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-10-10 16:04:38 -04: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=";
};
};
}