Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f6d423470a86
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7712acb90be7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 20, 2020

  1. Copy the full SHA
    768b1c3 View commit details
  2. Merge pull request #104380 from expipiplus1/joe-vulkan-extension-layer

    vulkan-extension-layer: 2020-08-25 -> 2020-11-20
    doronbehar authored Nov 20, 2020
    Copy the full SHA
    7712acb View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/graphics/vulkan-extension-layer/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/graphics/vulkan-extension-layer/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "vulkan-extension-layer";
version = "2020-08-25";
version = "2020-11-20";

src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "Vulkan-ExtensionLayer";
rev = "352f8e3e269ff2c650da50ce36313547c2a1fbb6";
sha256 = "1503z1zj1xvjpry2h7fpg1frx7lcm54zs3azcgiv5i3ar4wqfkz9";
rev = "7474cb8e1f70e9f4a8bf382708a7f15465453af5";
sha256 = "1lxkgcnv32wqk4hlckv13xy84g38jzgc4qxp9vsbkrgz87hkdvwj";
};

nativeBuildInputs = [ cmake jq ];