sdl3: 3.1.8 -> 3.2.0
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "sdl3";
|
||||
version = "3.1.8";
|
||||
version = "3.2.0";
|
||||
|
||||
outputs = [
|
||||
"lib"
|
||||
@@ -62,8 +62,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "libsdl-org";
|
||||
repo = "SDL";
|
||||
tag = "preview-${finalAttrs.version}";
|
||||
hash = "sha256-yfnW5y99EegifRavvZWmXPH2NFPKWoe90RmGDGk6PI4=";
|
||||
tag = "release-${finalAttrs.version}";
|
||||
hash = "sha256-gVLZPuXtMdFhylxh3+LC/SJCaQiOwZpbVcBGctyGGYY=";
|
||||
};
|
||||
|
||||
postPatch =
|
||||
@@ -213,13 +213,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
updateScript = nix-update-script {
|
||||
extraArgs = [
|
||||
"--version-regex"
|
||||
"'preview-(.*)'"
|
||||
"'release-(.*)'"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Cross-platform development library (Preview version)";
|
||||
description = "Cross-platform development library";
|
||||
homepage = "https://libsdl.org";
|
||||
changelog = "https://github.com/libsdl-org/SDL/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.zlib;
|
||||
|
||||
Reference in New Issue
Block a user