SDL2 2.28.3 -> 2.28.4 https://repology.org/project/sdl2/versions attrpath: SDL2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2bz0d7c21i7bvmvdymnkhd9giy1wn22g-packages.json.drv building '/nix/store/2bz0d7c21i7bvmvdymnkhd9giy1wn22g-packages.json.drv'... Going to be running update for following packages: - SDL2-2.28.3 Press Enter key to continue... Running update for: - SDL2-2.28.3: UPDATING ... - SDL2-2.28.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/SDL2/default.nix b/pkgs/development/libraries/SDL2/default.nix index 7b741b803de0..0a5980457d63 100644 --- a/pkgs/development/libraries/SDL2/default.nix +++ b/pkgs/development/libraries/SDL2/default.nix @@ -56,13 +56,13 @@ stdenv.mkDerivation rec { pname = "SDL2"; - version = "2.28.3"; + version = "2.28.4"; src = fetchFromGitHub { owner = "libsdl-org"; repo = "SDL"; rev = "release-${version}"; - hash = "sha256-/kQ2IyvAfmZ+zIUt1WuEIeX0nYPGXDlAQk2qDsQnFFs="; + hash = "sha256-1+1m0s3pBCTu924J/4aIu4IHk/N88x2djWDEsDpAJn4="; }; dontDisableStatic = if withStatic then 1 else 0; outputs = [ "out" "dev" ]; No auto update branch exists There might already be an open PR for this update: - SDL2: 2.28.3 -> 2.28.4 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/258935"