Skip to content

Commit 10862bc

Browse files
SDL_net: 1.2.8-unstable-2024-04-23 -> 1.2.8-unstable-2025-04-21 (#402504)
Co-authored-by: LordGrimmauld <[email protected]>
2 parents db168ad + 1955443 commit 10862bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sd/SDL_net/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "SDL_net";
14-
version = "1.2.8-unstable-2024-04-23";
14+
version = "1.2.8-unstable-2025-04-21";
1515

1616
src = fetchFromGitHub {
1717
owner = "libsdl-org";
1818
repo = "SDL_net";
19-
rev = "0043be2e559f8d562d04bf62d6e3f4162ed8edad";
20-
hash = "sha256-/W1Mq6hzJNNwpcx+VUT4DRGP3bE06GGMbYDGHBc4XlQ=";
19+
rev = "e2e041b81747bc01b2c5fb3757a082e525e5d25b";
20+
hash = "sha256-Nk1OoCIrHMABHuPrJHMlLyyR73px/Xikgz40RpDfonw=";
2121
};
2222

2323
nativeBuildInputs = [

0 commit comments

Comments
 (0)