Skip to content

Commit

Permalink
sdl3: 3.2.2 -> 3.2.6, fix version regex
Browse files Browse the repository at this point in the history
(cherry picked from commit 19e55f1)
  • Loading branch information
nadiaholmquist authored and github-actions[bot] committed Mar 5, 2025
1 parent 456dd47 commit 4208835
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sd/sdl3/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ assert lib.assertMsg (

stdenv.mkDerivation (finalAttrs: {
pname = "sdl3";
version = "3.2.2";
version = "3.2.6";

outputs = [
"lib"
Expand All @@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "libsdl-org";
repo = "SDL";
tag = "release-${finalAttrs.version}";
hash = "sha256-AbEwpIxgYl3g4calnWca8Vz/Tw1DnYfZrD1Vl5cSMpk=";
hash = "sha256-SEL/JIenmueYayxZlWlMO3lTUOcqiaZZC6RJbbH4DmE=";
};

postPatch =
Expand Down Expand Up @@ -224,7 +224,7 @@ stdenv.mkDerivation (finalAttrs: {
updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"'release-(.*)'"
"release-(3\\..*)"
];
};
};
Expand Down

0 comments on commit 4208835

Please sign in to comment.