Merge pull request #206670 from r-ryantm/auto-update/vk-bootstrap

This commit is contained in:
Sandro 2023-01-23 00:42:58 +01:00 committed by GitHub
commit 4eb24327a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,14 +9,14 @@
stdenv.mkDerivation rec {
pname = "vk-bootstrap";
version = "0.5";
version = "0.6";
outputs = [ "out" "dev" ];
src = fetchFromGitHub {
owner = "charles-lunarg";
repo = "vk-bootstrap";
rev = "v${version}";
sha256 = "sha256-rKyfUWfRYiVNzLWh6y44ASHW4j+yabY0kZTdZi8j2Dc=";
sha256 = "sha256-T24SCJSGta4yuK58NcQnMeiO3sg9P9/O3kaFJFO/eOE=";
};
postPatch = ''