3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #150450 from sikmir/guile-sdl2

guile-sdl2: 0.5.0 → 0.7.0
This commit is contained in:
Bobby Rong 2022-01-20 18:03:09 +08:00 committed by GitHub
commit 0944df1737
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "guile-sdl2";
version = "0.5.0";
version = "0.7.0";
src = fetchurl {
url = "https://files.dthompson.us/${pname}/${pname}-${version}.tar.gz";
hash = "sha256-lWTLctPUDqvN/Y95oOL7LF3czlLJFQ9d9np9dx4DHYU=";
hash = "sha256-h0osCURnYTUQFrKw0i7Jd+QCI8piR1NUE2lbxPv87aQ=";
};
nativeBuildInputs = [