0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

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
commit ce85c90fd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = [