nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

SDL_gfx: 2.0.26 -> 2.0.27

+2 -2
+2 -2
pkgs/development/libraries/SDL_gfx/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "SDL_gfx"; 5 - version = "2.0.26"; 5 + version = "2.0.27"; 6 6 7 7 src = fetchurl { 8 8 url = "https://www.ferzkopp.net/Software/SDL_gfx-2.0/${pname}-${version}.tar.gz"; 9 - sha256 = "0ijljhs0v99dj6y27hc10z6qchyp8gdp4199y6jzngy6dzxlzsvw"; 9 + sha256 = "sha256-37FaxfjOeklS3BLSrtl0dRjF5rM1wOMWNtI/k8Yw9Bk="; 10 10 }; 11 11 12 12 # SDL_gfx.pc refers to sdl.pc and some SDL_gfx headers import SDL.h