Unverified Commit bc17b383 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #333586 from r-ryantm/auto-update/egl-wayland

parents 5b14f256 274687be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

stdenv.mkDerivation rec {
  pname = "egl-wayland";
  version = "1.1.14";
  version = "1.1.15";

  outputs = [ "out" "dev" ];

@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
    owner = "Nvidia";
    repo = pname;
    rev = version;
    hash = "sha256-MD+D/dRem3ONWGPoZ77j2UKcOCUuQ0nrahEQkNVEUnI=";
    hash = "sha256-7spfmYwJ6U97x83219/kMwdJXS2vir+U0MUnYWJOLB4=";
  };

  postPatch = ''