Unverified Commit b7ea3eea authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

SDL_net: 1.2.8-unstable-2025-04-21 -> 1.2.8-unstable-2026-03-17 (#502315)

parents 57bf0d4f 7caf6f20
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "SDL_net";
  version = "1.2.8-unstable-2025-04-21";
  version = "1.2.8-unstable-2026-03-17";

  src = fetchFromGitHub {
    owner = "libsdl-org";
    repo = "SDL_net";
    rev = "e2e041b81747bc01b2c5fb3757a082e525e5d25b";
    hash = "sha256-Nk1OoCIrHMABHuPrJHMlLyyR73px/Xikgz40RpDfonw=";
    rev = "cd5a2ebdea1a15b27f503cc7ffdcaf056d047b73";
    hash = "sha256-z3bJYf3PzS0ydoeL0Ay0HOZ9ImKZMyLbVZhD+u5BD6w=";
  };

  nativeBuildInputs = [