eglexternalplatform: 1.2 -> 1.2.1

This commit is contained in:
R. Ryantm
2025-03-26 20:07:38 +00:00
parent 85547aa0a2
commit dbc61bb109
@@ -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 = [