vk-bootstrap: 0.6 -> 0.7

This commit is contained in:
PedroHLC ☭ 2023-02-03 09:26:32 -03:00
parent 7cf72768c0
commit be82be9775
No known key found for this signature in database
GPG key ID: DF4C6898CBDC6DF5

View file

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