Merge pull request #198771 from r-ryantm/auto-update/guile-sdl2

guile-sdl2: 0.7.0 -> 0.8.0
This commit is contained in:
Weijia Wang 2023-01-23 06:02:12 +01:00 committed by GitHub
commit bd29f71911
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.7.0";
version = "0.8.0";
src = fetchurl {
url = "https://files.dthompson.us/${pname}/${pname}-${version}.tar.gz";
hash = "sha256-h0osCURnYTUQFrKw0i7Jd+QCI8piR1NUE2lbxPv87aQ=";
hash = "sha256-V/XrpFrqOxS5mAphtIt2e3ewflK+HdLFEqOmix98p+w=";
};
nativeBuildInputs = [