forked from mirrors/nixpkgs
guile-sdl2: 0.4.0 -> 0.5.0
This commit is contained in:
parent
ebd2e632d6
commit
0b64a70398
|
@ -5,13 +5,13 @@
|
||||||
let
|
let
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "guile-sdl2";
|
pname = "guile-sdl2";
|
||||||
version = "0.4.0";
|
version = "0.5.0";
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
inherit name;
|
inherit name;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://files.dthompson.us/${pname}/${name}.tar.gz";
|
url = "https://files.dthompson.us/${pname}/${name}.tar.gz";
|
||||||
sha256 = "0zcxwgyadwpbhq6h5mv2569c3kalgra26zc186y9fqiyyzmh1v9s";
|
sha256 = "118x0cg7fzbsyrfhy5f9ab7dqp9czgia0ycgzp6sn3nlsdrcnr4m";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ libtool pkgconfig ];
|
nativeBuildInputs = [ libtool pkgconfig ];
|
||||||
|
|
Loading…
Reference in a new issue