sdl3: 3.2.6 -> 3.2.8
Diff: https://github.com/libsdl-org/SDL/compare/release-3.2.6...release-3.2.8 Changelog: https://github.com/libsdl-org/SDL/releases/tag/release-3.2.8
This commit is contained in:
@@ -57,7 +57,7 @@ assert lib.assertMsg (
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "sdl3";
|
||||
version = "3.2.6";
|
||||
version = "3.2.8";
|
||||
|
||||
outputs = [
|
||||
"lib"
|
||||
@@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
owner = "libsdl-org";
|
||||
repo = "SDL";
|
||||
tag = "release-${finalAttrs.version}";
|
||||
hash = "sha256-SEL/JIenmueYayxZlWlMO3lTUOcqiaZZC6RJbbH4DmE=";
|
||||
hash = "sha256-BpNo8t0st8v2cTV2iSrjvjCPiDa26NwkWXgMGKFkeAQ=";
|
||||
};
|
||||
|
||||
postPatch =
|
||||
|
||||
Reference in New Issue
Block a user