Commit 6eba4ded authored by R. RyanTM's avatar R. RyanTM
Browse files

egl-wayland: 1.1.17 -> 1.1.18

parent 4f8cf457
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.17";
  version = "1.1.18";

  outputs = [ "out" "dev" ];

@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
    owner = "Nvidia";
    repo = pname;
    rev = version;
    hash = "sha256-/lj52qCbv07NDYDdF8SEjCIWWPAMcwXNvYXiU8IoC/A=";
    hash = "sha256-Vu0XPcFKQJ+nypNMX1tw17whVWceZ0YlqvEEmEbTQaU=";
  };

  postPatch = ''