guile-sdl2: 0.7.0 -> 0.8.0

+2 -2
+2 -2
pkgs/development/guile-modules/guile-sdl2/default.nix
··· 12 13 stdenv.mkDerivation rec { 14 pname = "guile-sdl2"; 15 - version = "0.7.0"; 16 17 src = fetchurl { 18 url = "https://files.dthompson.us/${pname}/${pname}-${version}.tar.gz"; 19 - hash = "sha256-h0osCURnYTUQFrKw0i7Jd+QCI8piR1NUE2lbxPv87aQ="; 20 }; 21 22 nativeBuildInputs = [
··· 12 13 stdenv.mkDerivation rec { 14 pname = "guile-sdl2"; 15 + version = "0.8.0"; 16 17 src = fetchurl { 18 url = "https://files.dthompson.us/${pname}/${pname}-${version}.tar.gz"; 19 + hash = "sha256-V/XrpFrqOxS5mAphtIt2e3ewflK+HdLFEqOmix98p+w="; 20 }; 21 22 nativeBuildInputs = [