Commit 274687be authored by R. RyanTM's avatar R. RyanTM
Browse files

egl-wayland: 1.1.14 -> 1.1.15

parent acd6aff7
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 = ''