Unverified Commit 123e9256 authored by Renaud's avatar Renaud Committed by GitHub
Browse files

Merge pull request #159825 from r-ryantm/auto-update/vkBasalt

vkBasalt: 0.3.2.4 -> 0.3.2.5
parents 216c2418 e5f09762
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "vkBasalt";
  version = "0.3.2.4";
  version = "0.3.2.5";

  src = fetchFromGitHub {
    owner = "DadSchoorse";
    repo = pname;
    rev = "v${version}";
    sha256 = "01iplj6dlw2vl35hyci5m5yp8jmzcwng6c3jk3wn97jpv6m3hjqz";
    sha256 = "sha256-1UHxPtpmkDNOJwKXVlRN2lpvRm4XPHNwxOBpEikXxqA=";
  };

  nativeBuildInputs = [ glslang meson ninja pkg-config ];