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: f3e1e81765cf
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 85fc8138ad5d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 25, 2021

  1. Copy the full SHA
    16bfde2 View commit details
  2. Merge pull request #110765 from Flakebi/spirv-cross

    spirv-cross: 2020-09-17 -> 2021-01-15
    SuperSandro2000 authored Jan 25, 2021
    Copy the full SHA
    85fc813 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/graphics/spirv-cross/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/graphics/spirv-cross/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "spirv-cross";
version = "2020-09-17";
version = "2021-01-15";

src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "SPIRV-Cross";
rev = version;
sha256 = "03agx9f7klw96isfdz3xsw47308qxmgs24nsz7j9kx3f337fn435";
sha256 = "/9/Owt7XcdOjujWZnaG1Q7FlywvsRo8/l8/CouS48Vk=";
};

nativeBuildInputs = [ cmake python3 ];