fstl: 0.10.0 -> 0.11.0 (#375969)

Changed files
+2 -2
pkgs
applications
graphics
+2 -2
pkgs/applications/graphics/fstl/default.nix
···
mkDerivation rec {
pname = "fstl";
-
version = "0.10.0";
+
version = "0.11.0";
nativeBuildInputs = [ cmake ];
···
owner = "fstl-app";
repo = "fstl";
rev = "v" + version;
-
hash = "sha256-z2X78GW/IeiPCnwkeLBCLjILhfMe2sT3V9Gbw4TSf4c=";
+
hash = "sha256-6V1L5aUZQl4zAkXD7yY8Ap0+QXgogQNxaTyZAxHFqM4=";
};
meta = with lib; {