eglexternalplatform: 1.2 -> 1.2.1 (#393517)

This commit is contained in:
Weijia Wang
2025-04-01 10:13:42 +02:00
committed by GitHub
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "eglexternalplatform";
version = "1.2";
version = "1.2.1";
src = fetchFromGitHub {
owner = "Nvidia";
repo = "eglexternalplatform";
rev = version;
hash = "sha256-t0dka5aUv5hB4G8PbSGiIY74XIFAsmo5a7dfWb2QCLM=";
hash = "sha256-tDKh1oSnOSG/XztHHYCwg1tDB7M6olOtJ8te+uan9ko=";
};
nativeBuildInputs = [