Unverified Commit 9c91f6aa authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

egl-wayland: 1.1.12 -> 1.1.13
parents 2e2c9d54 4c62744a
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.12";
  version = "1.1.13";

  outputs = [ "out" "dev" ];

@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
    owner = "Nvidia";
    repo = pname;
    rev = version;
    hash = "sha256-KxlUuoj2HJhkqkIX+Pic/0+36g/N3qfAAlnvYO2Y6uQ=";
    hash = "sha256-NA+jr27aYu0XPG9sxnBtjeBTFHmV7TENRsFy8dDdNUc=";
  };

  postPatch = ''