tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
vulkan-tools: 1.3.224.1 -> 1.3.231.0
PedroHLC ☭
3 years ago
b347baf7
1373d189
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
graphics
vulkan-tools
default.nix
+3
-3
pkgs/tools/graphics/vulkan-tools/default.nix
···
21
21
22
22
stdenv.mkDerivation rec {
23
23
pname = "vulkan-tools";
24
24
-
version = "1.3.224.1";
24
24
+
version = "1.3.231.0";
25
25
26
26
# It's not strictly necessary to have matching versions here, however
27
27
# since we're using the SDK version we may as well be consistent with
28
28
# the rest of nixpkgs.
29
29
-
src = (assert version == vulkan-headers.version;
29
29
+
src = (assert (version) == vulkan-headers.version;
30
30
fetchFromGitHub {
31
31
owner = "KhronosGroup";
32
32
repo = "Vulkan-Tools";
33
33
rev = "sdk-${version}";
34
34
-
hash = "sha256-Z+QJBd2LBdiJD1fHhBLbOfOoLhqTg0J3tq+XQRSiQaY=";
34
34
+
hash = "sha256-6oimP4ISa0dX4bLU3Nch8Ur6MzEMQscnL8EfRrqT/Es=";
35
35
});
36
36
37
37
nativeBuildInputs = [