Merge pull request #242346 from r-ryantm/auto-update/vkbasalt

vkbasalt: 0.3.2.9 -> 0.3.2.10
This commit is contained in:
Weijia Wang 2023-07-09 12:49:08 +03:00 committed by GitHub
commit 260d83686b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vkbasalt";
version = "0.3.2.9";
version = "0.3.2.10";
src = fetchFromGitHub {
owner = "DadSchoorse";
repo = "vkBasalt";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-IVlZ6o+1EEEh547rFPN7z+W+EY7MrIM/yUh6+PPkNeI=";
hash = "sha256-GC6JKYnsfcUBg+CX6v7MyE4FeLmjadFwighaiyureDg=";
};
nativeBuildInputs = [ glslang meson ninja pkg-config ];