SDL2: 2.0.12 -> 2.0.14

This commit is contained in:
Carles Pagès
2021-01-17 00:06:38 +01:00
parent ac253c6eed
commit d07276113a
2 changed files with 10 additions and 11 deletions
+2 -2
View File
@@ -25,11 +25,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "SDL2";
version = "2.0.12";
version = "2.0.14";
src = fetchurl {
url = "https://www.libsdl.org/release/${pname}-${version}.tar.gz";
sha256 = "0qy8wbqvfkb5ps8kxgaaf2zzpkjqbsw712hlp74znbn0jpv6i4il";
sha256 = "1g1jahknv5r4yhh1xq5sf0md20ybdw1zh1i15lry26sq39bmn8fq";
};
dontDisableStatic = withStatic;
outputs = [ "out" "dev" ];