python3Packages.pysdl3: update docfile hashes again (#530019)

This commit is contained in:
Michael Daniels
2026-06-14 02:08:53 +00:00
committed by GitHub
@@ -19,11 +19,11 @@
let
dochash =
if stdenv.hostPlatform.isLinux then
"sha256-ldx6r0KKNl1mkohTkaEG4rawf4VjHeJvNUdPkmrAkYA="
"sha256-7Uc1kfbfizpRmAr5h3rpTX565wvbZfbbbYcJh9s96DY="
else if stdenv.hostPlatform.isDarwin then
"sha256-ga0ebb9zIPI5+Qza8APs0kbCxUIxqCmXRO/R8uWASOg="
"sha256-gumVIn/st/mgdPpQA/BLZD0sI5qLf1EJRQ90rKLXjvQ="
else if stdenv.hostPlatform.isWindows then
"sha256-bBwETA9/ph0zXVNad9zMkQvfq1MmFJ08tCV+mUPwlXQ="
"sha256-55Ti6HUzlptSf9ozaz0kmYMz+6EAcOcnZ0R64rZYISY="
else
throw "PySDL3 does not support ${stdenv.hostPlatform.uname.system}";
lib_ext = stdenv.hostPlatform.extensions.sharedLibrary;
@@ -96,7 +96,10 @@ buildPythonPackage rec {
description = "Pure Python wrapper for SDL3";
homepage = "https://github.com/Aermoss/PySDL3";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ jansol ];
maintainers = with lib.maintainers; [
jansol
alfarel
];
platforms = [
"aarch64-linux"
"x86_64-linux"