Skip to content

Commit 330010b

Browse files
authoredMar 22, 2025
egl-wayland: 1.1.17 -> 1.1.18 (#387093)
2 parents 53ab270 + 6eba4de commit 330010b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/by-name/eg/egl-wayland/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515

1616
stdenv.mkDerivation rec {
1717
pname = "egl-wayland";
18-
version = "1.1.17";
18+
version = "1.1.18";
1919

2020
outputs = [ "out" "dev" ];
2121

2222
src = fetchFromGitHub {
2323
owner = "Nvidia";
2424
repo = "egl-wayland";
2525
rev = version;
26-
hash = "sha256-/lj52qCbv07NDYDdF8SEjCIWWPAMcwXNvYXiU8IoC/A=";
26+
hash = "sha256-Vu0XPcFKQJ+nypNMX1tw17whVWceZ0YlqvEEmEbTQaU=";
2727
};
2828

2929
postPatch = ''

0 commit comments

Comments
 (0)
Failed to load comments.