Skip to content

Commit

Permalink
vulkanPackages_latest.vulkanUtilityLibraries: seems like they replace…
Browse files Browse the repository at this point in the history
…d the tag
  • Loading branch information
PedroHLC committed Aug 16, 2023
1 parent c978567 commit e3fd774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/vulkan-versioned/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"vulkanUtilityLibraries": {
"version": "1.3.261",
"rev": "v#{version}",
"hash": "sha256-cE/h/muoK94gWuhyLJ7Ong12dMnLYWzYoeTGMa9FOGM="
"hash": "sha256-szkBKNcxTHMYhhHFWr5WjD91Vf/AyZaGymvlDU9ff7s="
},
"vulkanValidationLayers": {
"version": "1.3.261",
Expand Down
2 changes: 1 addition & 1 deletion pkgs/vulkan-versioned/utility-libraries.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
owner = "KhronosGroup";
repo = "Vulkan-Utility-Libraries";
rev = "v${version}";
hash = "sha256-cE/h/muoK94gWuhyLJ7Ong12dMnLYWzYoeTGMa9FOGM=";
hash = "sha256-szkBKNcxTHMYhhHFWr5WjD91Vf/AyZaGymvlDU9ff7s=";
};

nativeBuildInputs = [ cmake vulkan-headers ];
Expand Down

1 comment on commit e3fd774

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All packages were built and cached successfully!

Please sign in to comment.