sdl2-compat: 2.32.64 -> 2.32.66 (#506612)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-06 10:16:54 +00:00
committed by GitHub
+2 -2
View File
@@ -30,13 +30,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "sdl2-compat";
version = "2.32.64";
version = "2.32.66";
src = fetchFromGitHub {
owner = "libsdl-org";
repo = "sdl2-compat";
tag = "release-${finalAttrs.version}";
hash = "sha256-1K+KW5cK3YgcZtrMqJ7VxKGsYnZR/fJmQtRZbWk2TGM=";
hash = "sha256-ZK5VXTHGo42ORWsgarNr44kv2c3B/cYuj/BYLTAdWtE=";
};
nativeBuildInputs = [