egl-wayland: 1.1.13 -> 1.1.14

Changes: https://github.com/NVIDIA/egl-wayland/releases/tag/1.1.14
This commit is contained in:
Sergei Trofimovich 2024-07-18 22:10:00 +01:00
parent a62c421981
commit afd61894bb

View File

@ -15,7 +15,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "egl-wayland"; pname = "egl-wayland";
version = "1.1.13"; version = "1.1.14";
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
owner = "Nvidia"; owner = "Nvidia";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-NA+jr27aYu0XPG9sxnBtjeBTFHmV7TENRsFy8dDdNUc="; hash = "sha256-MD+D/dRem3ONWGPoZ77j2UKcOCUuQ0nrahEQkNVEUnI=";
}; };
postPatch = '' postPatch = ''