summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL_gfx/default.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-03-17 02:38:43 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-03-17 02:38:43 -0500
commitc1c0094f7ffe2be233c9785fba1a0901419e026e (patch)
treec21b0927912c8643d1317f971b308ad61f62e858 /pkgs/development/libraries/SDL_gfx/default.nix
parent9c8137ca81fec5db81e0b9dc28055fa02548eeae (diff)
downloadnixpkgs-c1c0094f7ffe2be233c9785fba1a0901419e026e.tar
nixpkgs-c1c0094f7ffe2be233c9785fba1a0901419e026e.tar.gz
nixpkgs-c1c0094f7ffe2be233c9785fba1a0901419e026e.tar.bz2
nixpkgs-c1c0094f7ffe2be233c9785fba1a0901419e026e.tar.lz
nixpkgs-c1c0094f7ffe2be233c9785fba1a0901419e026e.tar.xz
nixpkgs-c1c0094f7ffe2be233c9785fba1a0901419e026e.tar.zst
nixpkgs-c1c0094f7ffe2be233c9785fba1a0901419e026e.zip
SDL_gfx: 2.0.25 -> 2.0.26
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.0.26 with grep in /nix/store/cbvm4r21kf3acf43hff5sf6r1vbd6lpg-SDL_gfx-2.0.26
Diffstat (limited to 'pkgs/development/libraries/SDL_gfx/default.nix')
-rw-r--r--pkgs/development/libraries/SDL_gfx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/SDL_gfx/default.nix b/pkgs/development/libraries/SDL_gfx/default.nix
index 1d7d96f7536..83a2ffc077c 100644
--- a/pkgs/development/libraries/SDL_gfx/default.nix
+++ b/pkgs/development/libraries/SDL_gfx/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "SDL_gfx-${version}";
-  version = "2.0.25";
+  version = "2.0.26";
 
   src = fetchurl {
     url = "http://www.ferzkopp.net/Software/SDL_gfx-2.0/${name}.tar.gz";
-    sha256 = "1h2rj34dxi5xlwpvm293v2d91gsirhnpzlmnjns9xwkcdg0fsvjm";
+    sha256 = "0ijljhs0v99dj6y27hc10z6qchyp8gdp4199y6jzngy6dzxlzsvw";
   };
 
   buildInputs = [ SDL ] ;