We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db168ad + 1955443 commit 10862bcCopy full SHA for 10862bc
pkgs/by-name/sd/SDL_net/package.nix
@@ -11,13 +11,13 @@
11
12
stdenv.mkDerivation (finalAttrs: {
13
pname = "SDL_net";
14
- version = "1.2.8-unstable-2024-04-23";
+ version = "1.2.8-unstable-2025-04-21";
15
16
src = fetchFromGitHub {
17
owner = "libsdl-org";
18
repo = "SDL_net";
19
- rev = "0043be2e559f8d562d04bf62d6e3f4162ed8edad";
20
- hash = "sha256-/W1Mq6hzJNNwpcx+VUT4DRGP3bE06GGMbYDGHBc4XlQ=";
+ rev = "e2e041b81747bc01b2c5fb3757a082e525e5d25b";
+ hash = "sha256-Nk1OoCIrHMABHuPrJHMlLyyR73px/Xikgz40RpDfonw=";
21
};
22
23
nativeBuildInputs = [
0 commit comments