Unverified Commit 624432c2 authored by Kira Bruneau's avatar Kira Bruneau Committed by GitHub
Browse files

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

vkbasalt: 0.3.2.8 -> 0.3.2.9
parents 80639b5e 3f8dc17c
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -11,15 +11,15 @@
, vkbasalt32
}:

stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
  pname = "vkbasalt";
  version = "0.3.2.8";
  version = "0.3.2.9";

  src = fetchFromGitHub {
    owner = "DadSchoorse";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-/ynJ6zOVj6Si23Jsq6IHlw36KqBtMvjj41fos6irm9o=";
    repo = "vkBasalt";
    rev = "refs/tags/v${finalAttrs.version}";
    hash = "sha256-IVlZ6o+1EEEh547rFPN7z+W+EY7MrIM/yUh6+PPkNeI=";
  };

  nativeBuildInputs = [ glslang meson ninja pkg-config ];
@@ -40,4 +40,4 @@ stdenv.mkDerivation rec {
    maintainers = with maintainers; [ kira-bruneau ];
    platforms = platforms.linux;
  };
}
})