mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
Merge pull request #92182 from r-ryantm/auto-update/guile-sdl2
guile-sdl2: 0.4.0 -> 0.5.0
This commit is contained in:
commit
ce6bc4dbc7
@ -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 New Issue
Block a user