Unverified Commit c633f572 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

egl-wayland: 1.1.20 -> 1.1.21 (#469393)

parents d599e459 26b4f584
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

stdenv.mkDerivation rec {
  pname = "egl-wayland";
  version = "1.1.20";
  version = "1.1.21";

  outputs = [
    "out"
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
    owner = "Nvidia";
    repo = "egl-wayland";
    rev = version;
    hash = "sha256-uexvXwLj7QEBht74gmqC1+/y37wC6F/fTtf5RNcK/Pw=";
    hash = "sha256-a98DzmzCG6DlLJ1HCl/LeD21Q7yyNbTce1poOoAnTjA=";
  };

  postPatch = ''