mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
haskell-sdl2: update to version 1.3.0
This commit is contained in:
parent
33cf917c34
commit
bb843697ff
@ -1,11 +1,12 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, SDL2 }:
|
||||
{ cabal, SDL2, transformers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "sdl2";
|
||||
version = "1.2.0";
|
||||
sha256 = "19q7x74b9ismxmlsblqvfy4w91bspl9n1fjccz8w1qylyilr6ca2";
|
||||
version = "1.3.0";
|
||||
sha256 = "0fi9kjf12qlp64r2pxwc1k9241s23j6xm0dmwdsc18y8f6acvqxa";
|
||||
buildDepends = [ transformers ];
|
||||
extraLibraries = [ SDL2 ];
|
||||
pkgconfigDepends = [ SDL2 ];
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user