mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
haskell-SDL: update to version 0.6.4
This commit is contained in:
parent
76eaa4c4f0
commit
e5b709fef6
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "SDL";
|
pname = "SDL";
|
||||||
version = "0.6.3";
|
version = "0.6.4";
|
||||||
sha256 = "0m3ick3rw8623ja42yfj4pa57naa6yb20ym8lv252gwb18ghp4sp";
|
sha256 = "1zrfx2nw0k8lfkr6vnwsp5wr3yz62v0bq60p4sdzj7gm01bz92g0";
|
||||||
extraLibraries = [ SDL ];
|
extraLibraries = [ SDL ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Binding to libSDL";
|
description = "Binding to libSDL";
|
||||||
|
Loading…
Reference in New Issue
Block a user